ahwman Posted December 12, 2015 Posted December 12, 2015 I've scoured the forum trying to figure out the proper syntax to turn on/off a scene using a rest command, however have yet to find success. I've tried the the following rest commands: /rest/node/45761/DON /rest/node/45761/DON/128 /rest/nodes/45761/DON
KMan Posted December 12, 2015 Posted December 12, 2015 (edited) From: http://wiki.universal-devices.com/index.php?title=ISY_Developers:API:REST_Interface#Nodes You need to use "nodes" and put a "cmd" in there: /rest/nodes/45761/cmd/DON Edited December 12, 2015 by KMan
ahwman Posted December 12, 2015 Author Posted December 12, 2015 From: http://wiki.universal-devices.com/index.php?title=ISY_Developers:API:REST_Interface#Nodes You need to use "nodes" and put a "cmd" in there: /rest/nodes/45761/cmd/DON Thanks so much, I think that did the trick!
MWareman Posted December 12, 2015 Posted December 12, 2015 All of the details of other options are at the wiki. http://wiki.universal-devices.com/index.php?title=ISY_Developers:API:REST_Interface Michael.
ahwman Posted December 13, 2015 Author Posted December 13, 2015 All of the details of other options are at the wiki.http://wiki.universal-devices.com/index.php?title=ISY_Developers:API:REST_Interface Michael. Thanks so much Michael. I was able to get very thing working beautifully thanks to your help! Chuck
Recommended Posts