homeservice/config/config.json
2023-01-30 13:29:26 +01:00

12 lines
192 B
JSON

{
"outer_gate": {
"state": 1,
"open_time": 4,
"close_time": 2
},
"inner_gate": {
"state": 1,
"open_time": 2,
"close_time": 2
}
}