UNPKG

homebridge-soundtouch-platform

Version:
7 lines (5 loc) 274 B
import {SoundTouchPlatform, SoundTouchPlatformInfo} from './sound-touch-platform'; import {API} from "homebridge"; export default function(homebridge: API) { homebridge.registerPlatform(SoundTouchPlatformInfo.plugin, SoundTouchPlatformInfo.name, SoundTouchPlatform); }