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