loosely-coupled-dss/inputs.json

20 lines
422 B
JSON
Raw Normal View History

2021-05-05 16:42:11 +02:00
{
"on0":{
2021-05-06 16:14:57 +02:00
"is_sender": true,
"power_off": 0,
2021-05-06 11:57:50 +02:00
"power_on":10,
2021-05-06 16:32:06 +02:00
"use_hint": true,
2021-05-06 16:14:57 +02:00
"wake_ts": [ 1, 7, 7 ],
"wake_duration": [ 5, 1, 2],
"data_size": 50
2021-05-05 16:42:11 +02:00
},
"on1":{
2021-05-06 16:14:57 +02:00
"is_sender": false,
"power_off": 0,
"power_on":10,
"use_hint": false,
2021-05-06 16:32:06 +02:00
"wake_ts": [ 1, 7 ],
"wake_duration": [ 5, 1],
2021-05-06 16:14:57 +02:00
"data_size": 50
2021-05-05 16:42:11 +02:00
}
}