UNPKG

homebridge-homewizard-energy-socket

Version:

This Homebridge plugin exposes your HomeWizard Energy Sockets to Apple HomeKit. So you can use the Home App to switch your Energy Sockets on or off and integrate the Energy Sockets into your Home Automations.

8 lines 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const settings_1 = require("./settings"); const platform_1 = require("./platform"); exports.default = (api) => { api.registerPlatform(settings_1.PLUGIN_NAME, settings_1.PLATFORM_NAME, platform_1.HomebridgeHomeWizardEnergySocket); }; //# sourceMappingURL=index.js.map