UNPKG

signalk-victron-ble

Version:

Simple Signal K Node server plugin to read data from Victron devices using Instant Data over BLE

40 lines (39 loc) 903 B
{ "type": "object", "properties": { "devices": { "type": "array", "title": "Victron Devices", "items": { "type": "object", "required": [ "id", "mac", "key" ], "properties": { "id": { "type": "string", "title": "Device ID in SignalK", "default": "0" }, "mac": { "type": "string", "title": "MAC Address", "default": "00:00:00:00:00:00" }, "key": { "type": "string", "title": "Advertisement Key", "default": "00000000000000000000000000000000" }, "secondary_battery": { "type": "string", "title": "Secondary Battery Device ID (if relevant)", "default": "starter" } } } } } }