2013-04-13, 02:30
rmk1139,
I uploaded the logs for you. Let me know if you need anything else.
Thanks
I uploaded the logs for you. Let me know if you need anything else.
Thanks
(2013-12-17, 19:21)rmk1139 Wrote: ... The ISY will store when the variable was last changed automatically, but unfortunately, you cannot use this in your programs.
Quote:Variables
For the following command related to variables, =
1 = Integer
2 = State
/rest/vars/init/<var-type>/<var-id>/<value>
Sets the initial value of variable at ISY startup
/rest/vars/set/<var-type>/<var-id>/<value>
Sets a variable given by var-id
/rest/vars/get/<var-type>/<var-id>
Retrieves a variable given by var-id
/rest/vars/get/<var-type>
Retrieves all variables of the given type
Schema :
<var id="<var-id>" type ="<var-type>">
<val>value</val>
<init>init-value</init>
<ts>YYYYMDD HH:MM:SS</ts>
</var>