aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-05-07 08:18:41 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-05-07 08:18:41 +0200
commit1c283a21a955e8ccb4ac98118bfa5f50535e6765 (patch)
tree6958befc34dc35f0da022bb8c87bad2e176ea8dc /inputs.json
parent0ba773d913450f88ff7bcf54a39e0c8a8c4d7d64 (diff)
Enable extended mode and add log parser
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
}
}