12 lines
192 B
JSON
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
|
||
|
}
|
||
|
}
|