aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-05-07 19:32:16 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-05-07 19:32:16 +0200
commit66ba2be4eda2b0d8a5642390c3df4a11d95e3a71 (patch)
tree0c40682c709cc829965bbc2917d3a24c1b2b27b6 /inputs.json
parent9bc9ab691afeeb676ae9b3c386a49c13a453dc0b (diff)
Correct scenarios and add new pstates and energy levels
Diffstat (limited to 'inputs.json')
-rw-r--r--inputs.json17
1 files changed, 6 insertions, 11 deletions
diff --git a/inputs.json b/inputs.json
index 2cf87a6..9fda5e6 100644
--- a/inputs.json
+++ b/inputs.json
@@ -4,7 +4,9 @@
"on0":{
"is_sender": true,
"power_off": 0,
- "power_on":10,
+ "power_on": 1,
+ "power_rx": 2,
+ "power_tx": 3,
"use_hint": true,
"wake_ts": [ 1, 7, 7 ],
"wake_duration": [ 5, 1, 2],
@@ -13,20 +15,13 @@
"on1":{
"is_sender": false,
"power_off": 0,
- "power_on":10,
+ "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
- },
- "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
}
}
}