sampyo-dio/control.json

40 lines
726 B
JSON
Raw Permalink Normal View History

2024-05-23 01:32:45 +00:00
{
"device": {
"setzero": {
"action": "Off"
},
"measure": {
"action": "On",
"duration": 20
},
"mixed": {
"action": "Off",
2024-05-30 07:20:05 +00:00
"duration": 7
2024-05-23 01:32:45 +00:00
},
"pure": {
"action": "Off",
2024-05-31 01:41:55 +00:00
"duration": 10,
2024-05-29 04:27:22 +00:00
"holding": 7
2024-05-23 01:32:45 +00:00
},
2024-05-23 05:33:27 +00:00
"enter":{
"action": "Off",
2024-05-24 06:04:38 +00:00
"duration": 5
2024-05-23 05:33:27 +00:00
},
2024-05-23 01:32:45 +00:00
"vent": {
2024-05-30 07:20:05 +00:00
"action": "On",
"duration": 20,
"holding": 7
2024-05-23 01:32:45 +00:00
},
"motor": {
"action": "Off"
}
},
2024-05-29 05:51:51 +00:00
"maintenance": {
"clean": {
"duration": 20,
"time": 25
}
},
2024-05-23 01:32:45 +00:00
"type": "manual"
}