cloud-store-custom

xod-cloud/feeds/cloud-store-custom

Logs a new value to the feed specified. Allows overriding the authorization API token and full feed path. Useful to colaborate on a project which uses XOD Cloud on behalf of a dedicated username.
cloud-store-custom
@/cloud-store-custom
Logs a new value to the feed specified. Allows overriding the authorization API token and full feed path. Useful to colaborate on a project which uses XOD Cloud on behalf of a dedicated username.
INETgeneric t1
An established internet connection
TOKstring
XOD Cloud API Token
USERstring
XOD Cloud username. Used for the full feed path construction
PROJstring
XOD Cloud project name. Used for the full feed path construction
FEEDstring
Feed path starting from the project name. The full feed path will be `<USER>/<PROJ>/<FEED>`.
VALgeneric t2
Value to store
DOpulse
Sends the value to the cloud
cloud-store-custom
INET
TOK
USER
PROJ
FEED
VAL
DO
DONE
DONEpulse
Pulses when the value is successfully stored
To use the node in your project you should have the xod-cloud/feeds library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.