homeservice/config/config.json

12 lines
192 B
JSON
Raw Normal View History

2023-01-30 12:29:26 +00:00
{
"outer_gate": {
"state": 1,
"open_time": 4,
"close_time": 2
},
"inner_gate": {
"state": 1,
"open_time": 2,
"close_time": 2
}
}