aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-05-06 09:04:35 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-05-06 09:04:35 +0200
commit4b321cfe80f0bbf94f3648a9fc056ae2c19a3436 (patch)
tree9e6e8d561a77b9f684d33716b642521d1bce67c0 /inputs.json
parente8ad4ccb0979e1118e310d1e514ef3a58275b66f (diff)
Improve platform management and allow energy simulation
Diffstat (limited to 'inputs.json')
-rw-r--r--inputs.json22
1 files changed, 16 insertions, 6 deletions
diff --git a/inputs.json b/inputs.json
index 84c7e6c..6cf316c 100644
--- a/inputs.json
+++ b/inputs.json
@@ -1,10 +1,20 @@
{
- "ou0":{
- "wake_interval": 10,
- "wake_duration": 5
+ "on0":{
+ "wake_interval": 5,
+ "is_sender": false,
+ "wake_duration": 5,
+ "startup_delay": 0,
+ "max_attemps" : 1,
+ "power_off": 0,
+ "power_on":10
},
- "ou1":{
- "wake_interval": 10,
- "wake_duration": 5
+ "on1":{
+ "wake_interval": 5,
+ "is_sender": true,
+ "wake_duration": 5,
+ "startup_delay": 0,
+ "max_attemps" : 1,
+ "power_off": 0,
+ "power_on":10
}
} \ No newline at end of file