aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
diff options
context:
space:
mode:
Diffstat (limited to 'inputs.json')
-rw-r--r--inputs.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/inputs.json b/inputs.json
index 82ad885..2cf87a6 100644
--- a/inputs.json
+++ b/inputs.json
@@ -1,5 +1,5 @@
{
- "extended":false,
+ "extended":true,
"nodes":{
"on0":{
"is_sender": true,
@@ -15,8 +15,17 @@
"power_off": 0,
"power_on":10,
"use_hint": false,
- "wake_ts": [ 1, 7 ],
- "wake_duration": [ 5, 1],
+ "wake_ts": [ 1, 7, 8 ],
+ "wake_duration": [ 5, 5, 1],
+ "data_size": 50
+ },
+ "on2":{
+ "is_sender": false,
+ "power_off": 0,
+ "power_on":10,
+ "use_hint": false,
+ "wake_ts": [ 1, 7 , 8 ],
+ "wake_duration": [ 5, 5, 1],
"data_size": 50
}
}