connio / node-red-contrib-connio

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

[CONNIO CLOUD] Add new node to write into a device property #10

Closed bmrb closed 4 years ago

bmrb commented 4 years ago

This will write flowing value into the given device property using given API Client key. The value will be converted to data point (i.e. { v: ... , t: } format on the fly.

Only public properties of the devices that the given API Client has access to will be listed.

Connector of the node will be on the LEFT side to mark that this node is a sink and not as source.

The data will be written via REST API.

Screen Shot 2019-11-26 at 9 54 48 PM
bmrb commented 4 years ago

The issue description is not clear. Please provide better description or title.