Skip to content

Commit ec69fd1

Browse files
fix: move output to correct level
Signed-off-by: Matthias Pichler <[email protected]>
1 parent e1d565a commit ec69fd1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/accumulate-room-readings.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ do:
1414
correlate:
1515
roomId:
1616
from: .roomid
17-
output:
18-
as: .data.reading
1917
- with:
2018
source: https://my.home.com/sensor
2119
type: my.home.sensors.humidity
2220
correlate:
2321
roomId:
2422
from: .roomid
25-
output:
26-
as: .data.reading
23+
output:
24+
as: .data.reading
2725
- logReading:
2826
for:
2927
each: reading

0 commit comments

Comments
 (0)