UNPKG

homebridge-sleeptracker

Version:

Homebridge plugin for SleepTracker smart beds - Control your bed's position and features through HomeKit

6 lines 205 B
"use strict"; const platform_1 = require("./platform"); module.exports = (api) => { api.registerPlatform(platform_1.PLATFORM_NAME, platform_1.SleepTrackerPlatform); }; //# sourceMappingURL=index.js.map