UNPKG

homebridge-tuya-laundry

Version:

Allows washer/dryer cycle completion notifications using Tuya smart plugs with power meter, now using local control.

8 lines 292 B
"use strict"; const settings_1 = require("./settings"); const platform_1 = require("./platform"); require("source-map-support/register"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.TuyaLaundryNotifyPlatform); }; //# sourceMappingURL=index.js.map