connio / node-red-contrib-connio

Node-Red module for Connio nodes
MIT License
0 stars 0 forks source link

Connio Cloud group Node helps #41

Open bmrb opened 4 years ago

bmrb commented 4 years ago

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.


ivan-gerasimov-1 commented 4 years ago

listen

Done

Screen Shot 2019-12-13 at 6 55 19 PM

Version 0.5.7

bmrb commented 4 years ago
ivan-gerasimov-1 commented 4 years ago

@bmrb

Change listen of Connio Cloud

Done, v0.5.16

ivan-gerasimov-1 commented 4 years ago

write property

Screen Shot 2019-12-27 at 4 03 14 AM

Done, v0.5.17

ivan-gerasimov-1 commented 4 years ago

execute method

Screen Shot 2019-12-27 at 4 06 10 AM

Done, v0.5.18