mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-04-06 03:26:24 +02:00
20 lines
No EOL
429 B
JSON
20 lines
No EOL
429 B
JSON
{
|
|
"on0":{
|
|
"is_sender": true,
|
|
"power_off": 0,
|
|
"power_on":10,
|
|
"use_hint": false,
|
|
"wake_ts": [ 1, 7, 7 ],
|
|
"wake_duration": [ 5, 1, 2],
|
|
"data_size": 50
|
|
},
|
|
"on1":{
|
|
"is_sender": false,
|
|
"power_off": 0,
|
|
"power_on":10,
|
|
"use_hint": false,
|
|
"wake_ts": [ 1, 7, 7 ],
|
|
"wake_duration": [ 5, 1, 2],
|
|
"data_size": 50
|
|
}
|
|
} |