UNPKG

homebridge-tahoma

Version:

Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma

7 lines 235 B
"use strict"; const settings_1 = require("./settings"); const Platform_1 = require("./Platform"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, Platform_1.Platform); }; //# sourceMappingURL=index.js.map