Description
listen
Default name of the node should be "listen" when dragged into the canvas but Name
field on settings page should be left empty.
Overview [title is not necessary]
Connects to given Connio host and subscribes to messages from the specified app topics.
Outputs
msg.topic
contains the topic name, and msg.payload
contains the value.
Details
The subscription topic can include MQTT wildcards, + for one level, # for multiple levels.
See Device Mirroring section for details.
write property
Default name of the node should be "write property" when dragged into the canvas but Name
field on settings page should be left empty.
Overview [title is not necessary]
This node represents a public
device or app property that can be written using a valid key.
Inputs
msg.payload
contains the value that will be written into the specified device or app property. If Data Feed Format
is selected instead of a property, provided data is expected to be as Data Feed Object type, otherwise it should match to property or expected method argument type.
execute method
Default name of the node should be "execute method" when dragged into the canvas but Name
field on settings page should be left empty.
Overview [title is not necessary]
This node represents a public
device or app method that can be invoked using a valid key.
Inputs
msg.payload
contains the value that will be passed as method argument.
- listen
- write property
- execute method