Search found 1 match
- Wednesday 24 February 2016 21:59
- Forum: Python
- Topic: Verisure python to domoticz
- Replies: 21
- Views: 11868
Re: Verisure python to domoticz
Here is my Lua script_time_verisure.lua: print('Verisure Status Update') commandArray = {} reply = os.execute ("curl --data '{\"get_temperature\"}' http://<YOUR_IP:50001>/&") reply = os.execute ("curl --data '{\"get_alarm\"}' http://<YOUR_IP:50001/&") return commandArray And here screenshot from ...