contact@webdyn.com | webdyn.com
V2.05 subject to changes | Webdyn © by Flexitron Group
Example SMS :
getparameters
5.3.12 “writeVariable”: Writing a variable on a device
Writing a variable declared in a denition le.
Available via command le (FTP, SFTP or WebDAV), MQTT/MQTTS message and SMS.
Writevariable=<deviceName>:<tagName>:<value>chier
Settings:
• deviceName: Name of the targeted device.
• tagName: Target tag.
• value: Value to write. It can be a number or a character string. Note that in SMS the value will be
interpreted as a number if possible. To force the interpretation in character string, it is possible
to frame the value between “”.
Return:
• If successful for a JSON command: “OK”.
• If successful for an SMS command: no return.
• If an error is encountered: an explanatory message.
Example SMS :
writevariable=INV1:
or
writevariable=INV1:setLimit:30