Skip to content

Commit 6ea7656

Browse files
authored
Update README.md
1 parent 33ba551 commit 6ea7656

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ Node red nodes for use with the signalk-node-red plugin
77

88
Input that sends messages for every delta the server receives
99

10-
## signalk-filter-delta
10+
## signalk-flatten-delta
1111

12-
Function that filters a specific delta from signalk-on-delta.
12+
Function that flatten deltas from signalk-on-delta.
1313

14-
The payload with be the path, value and source:
14+
The output payload with be have path, value, source and context:
1515

1616
```
1717
{
1818
"path":"navigation.speedOverGround",
1919
"value":2.45,
20-
"source":{"label":"actisense","type":"NMEA2000","pgn":129026,"src":"3"
20+
"source":{"label":"actisense","type":"NMEA2000","pgn":129026,"src":"3",
21+
"context": "vessels.self"
2122
}
2223
```
24+
2325
## signalk-send-pathvalue
2426

2527
Output that sends a delta through the server. Input should be path and value

0 commit comments

Comments
 (0)