UNPKG

@palekseii/homebridge-tuya-platform

Version:

Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.

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