UNPKG

homebridge-obis-powermeter

Version:

Plugin for OBIS smart meter devices (SML/D0) to read power, energy, and voltages.

8 lines (7 loc) 264 B
"use strict"; const Platform_1 = require("./Platform"); const PLUGIN_NAME = 'homebridge-obis-powermeter'; const PLATFORM_NAME = 'OBIS'; module.exports = (api) => { api.registerPlatform(PLUGIN_NAME, PLATFORM_NAME, Platform_1.HomebridgeObisPowerConsumption); };