Proposal for Timer Object.
This commit is contained in:
20
src/data/Timers.json
Normal file
20
src/data/Timers.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"timers" : [
|
||||||
|
{
|
||||||
|
"active":false,
|
||||||
|
"id": "Sprinklers/7",
|
||||||
|
"start_time": "17:30",
|
||||||
|
"recurrence": 1,
|
||||||
|
"duration": 30,
|
||||||
|
"action": "start"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"active": true,
|
||||||
|
"id": "Sprinklers/7",
|
||||||
|
"start_time": "17:30",
|
||||||
|
"recurrence": 0,
|
||||||
|
"duration": 30,
|
||||||
|
"action": "stop"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user