Closed nospam2k closed 1 year ago
Node: only one for the gateway. NOT for subdevices. id: GWxxxxxxxxx, key: 'GWxxxx',
SET subdevice ( to gateway node):
"payload": {
"devId": 'xxxx', // cid, only for subdevices (string)
"dps":"103", // DP (string)
"set":220 // BOOLEAN, INT/ENUM, STRING
} }
GET subdevice ( to gateway node):
"payload": {
"devId": 'xxxx', // cid, only for subdevices (string)
"operation":"GET",
"dps":"103"
} }
best regards
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Auto closing the issue
When I get back the ids, I get
(ID's and keys masked. Ignore actual values)
How do I set up the node?