UNPKG

homebridge-soundtouch-plugins

Version:
14 lines (12 loc) 295 B
import { SoundTouchPlatform, SoundTouchPlatformInfo, } from './sound-touch-platform' import { API } from 'homebridge' export default function (homebridge: API) { homebridge.registerPlatform( SoundTouchPlatformInfo.plugin, SoundTouchPlatformInfo.name, SoundTouchPlatform ) }