Code: Select all
Version: 2024.7
Platform Raspberry
Build Hash: b317cfab1
Compile Date: 2024-07-13 16:59:31
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Mar 23 2024, 16:12:05) [GCC 8.3.0]
Code: Select all
/json.htm?type=command¶m=gettimers&idx=timerID
The answer is only this:
Code: Select all
{
"status" : "OK",
"title" : "gettimers"
}
Code: Select all
{
"result" :
[
{
"Active" : "true",
"Cmd" : 0,
"Color" : "",
"Date" : "",
"Days" : 128,
"Level" : 100,
"MDay" : 0,
"Month" : 0,
"Occurence" : 0,
"Randomness" : "false",
"Time" : "08:30",
"Type" : 23,
"idx" : "45"
}
],
"status" : "OK",
"title" : "Timers"
}
Thanks