UNPKG

homebridge-hivehome-control

Version:

Allows control of Hive devices, including water heaters, through Homebridge.

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