Entity
Command: represents a message dispatched by clients for devices
Notification: represents a message dispatched by devices for clients
Name
Name is a string value of the notification/command field in a notification/command JSON object.
Examples:
Notification: { ..., notification: { notification: [this-is-a-notification-name-value], ... }, ... }
Command: { ..., command: { command: [this-is-a-command-name-value], ... }, ... }
Data path
Since a notification/command is a JSON object, Data Path is a simple point-separated value.
A basic structure of tne notification/command object is described here
Notification and here
Command
Official site
Official documentation
Official playground
GitHub