aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
blob: f391e00e65aa20d1cfa309f7ca78373ce4050b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "on0":{
        "is_sender": true,
        "power_off": 0,
        "power_on":10,
        "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,
        "use_hint": false,
        "wake_ts": [ 1, 7 ],
        "wake_duration": [ 5, 1],
        "data_size": 50
    }
}