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