UNPKG

signalk-n2k-switching-emulator

Version:

Signal K Plugin which makes existing switches in sk available as n2k switches

11 lines (10 loc) 205 B
export default function (app: any): Plugin; interface Plugin { start: (app: any) => void; stop: () => void; id: string; name: string; description: string; schema: any; } export {};