UNPKG

homebridge-cozytouch-platform

Version:
7 lines (5 loc) 267 B
import {CozytouchPlatform, CozytouchPlatformInfo} from './cozytouch-platform'; import {API} from "homebridge"; export default function(homebridge: API) { homebridge.registerPlatform(CozytouchPlatformInfo.plugin, CozytouchPlatformInfo.name, CozytouchPlatform); }