[mod] changed behaviour name and modified config

- use modifier in config
 - removed unused sensors
This commit is contained in:
2020-01-29 01:19:11 -06:00
parent 75988aa521
commit 646bea1117
2 changed files with 5 additions and 7 deletions

View File

@@ -38,10 +38,7 @@ sensors:
- group: baseline
cells:
- [0, 0, 1]
- [1, 1, 1]
- [2, 2, 1]
- [3, 3, 1]
- [0, 0, 0]
groundtruths:
- group: baseline
@@ -83,12 +80,13 @@ groundtruths:
behaviours:
- group: temperature
functions:
- name: measureTemp
- name: measureTempMod
args:
range: [-50.0, 150.0]
resolution: 0.125
accuracy: 0.1
offset: 0.0
modifier: {type: offset, value: 20.0, time: 10, x: 1, y: 1}
timeline:
- start: 0
end: 24