diff --git a/docs/wiki/config/config.yml b/docs/wiki/config/config.yml index 19e85d0..db3e2c8 100644 --- a/docs/wiki/config/config.yml +++ b/docs/wiki/config/config.yml @@ -12,7 +12,7 @@ sensors: count: 10 - [2, 3, 50] blocks: - - start: [8, 1] + - start: [8, 1] end: [3, 3] count: 30 @@ -34,37 +34,37 @@ groundtruth: cells: - [0, 2, 10] blocks: - - start: [8, 1] + - start: [8, 1] end: [3, 3] count: 50 - - group: humidity - parent: temperature - truth: - - [0, None] - - [30, 0.6] - - [50, None] - delta: - - [10, None, []] - - [30, addValuePercent, [0.03, 0.8]] - - [50, humidFromTemp, []] - blocks: - - start: [15, 15] - end: [17, 17] - percent: 0.8 + - group: humidity + parent: temperature + truth: + - [0, None] + - [30, 0.6] + - [50, None] + delta: + - [10, None, []] + - [30, addValuePercent, [0.03, 0.8]] + - [50, humidFromTemp, []] + blocks: + - start: [15, 15] + end: [17, 17] + percent: 0.8 behaviour: - group: temperature - sharedObject: objectTemp - functions: - - name: randomValue - args: - - 40 - - 80 - duration: - - start: 60 - - [100, normalValue, [2]] - - [120, None, []] - blocks: - - start: [5,6] - end: [8,9] - percent: 1.0 \ No newline at end of file + sharedObject: objectTemp + functions: + - name: randomValue + args: + - 40 + - 80 + duration: + - start: 60 + - [100, normalValue, [2]] + - [120, None, []] + blocks: + - start: [5,6] + end: [8,9] + percent: 1.0 \ No newline at end of file