UNPKG

homebridge-shelly-consumption

Version:

Provides the consumption values of Shelly EM and Shelly 3EM to HomeKit.

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