UNPKG

homebridge-cozytouch-platform

Version:
8 lines (7 loc) 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var cozytouch_platform_1 = require("./cozytouch-platform"); function default_1(homebridge) { homebridge.registerPlatform(cozytouch_platform_1.CozytouchPlatformInfo.plugin, cozytouch_platform_1.CozytouchPlatformInfo.name, cozytouch_platform_1.CozytouchPlatform); } exports.default = default_1;