UNPKG

homebridge-plugin-waveshare-relay

Version:

Homebridge plugin exposing Waveshare Raspberry Pi Relay Board as a series of switches

9 lines 339 B
import { PLATFORM_NAME } from './settings.js'; import { WaveshareRelayHomebridgePlatform } from './waveshare-relay-homebridge-platform.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, WaveshareRelayHomebridgePlatform); }; //# sourceMappingURL=index.js.map