I'm trying to transfer a value through an HTTP event, but I can't seem to get it working. Went back to a clean install just to make sure I did nothing wrong, but still the same issue.
Just using the rule from the example, I get the following:
Code: Select all
on remoteTimerControl do
timerSet,1,%eventvalue%
endon
Code: Select all
http://192.168.1.82/control?cmd=event,remoteTimerControl=5
Code: Select all
705880 : EVENT: remoteTimerControl=5
705883 : ACT : timerSet,1,%eventvalue%
706337 : EVENT: Rules#Timer=1
Im running build 120
Code: Select all
Build: 120
Core Version: 2_3_0
How can I get this working?
Thanks!