UNPKG

homebridge-z2m-thermostat-pilot-wire

Version:

Combine a temperature sensor and a control outlet to create a thermostat

10 lines 398 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; const settings_1 = require("./settings"); const thermostat_1 = __importDefault(require("./thermostat")); module.exports = (api) => { api.registerAccessory(settings_1.ACCESSORY_NAME, thermostat_1.default); }; //# sourceMappingURL=index.js.map