1.1.10 • Published 9 months ago

signalk-n2k-switching v1.1.10

Weekly downloads
7
License
MIT
Repository
github
Last release
9 months ago

signalk-n2k-switching

Provides node server with the ability to control switching devices that use standard N2K PGNs (via PUT requests).

Maretron compatibility will also send switch controls via the Command PGN.

Currently tested with the Yacht Devices Circuit Control YDCC-04 and Maretron DCR100.

To control a switch you use PUT requestus via HTTP or over a WebSocket. See https://signalk.org/specification/1.4.0/doc/put.html and https://signalk.org/specification/1.4.0/doc/request_response.html.

For example:

{
  "requestId": "123345-23232-232323",
  "put": {
    "path": "electrical.switches.anchorLight.state",
    "value": 1
  }
}
1.1.10

9 months ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago