UNPKG

homebridge-harmony

Version:

Publish your harmony activities as homekit accessories

6 lines (4 loc) 214 B
const HarmonyPlatform = require('./harmonyPlatform').HarmonyPlatform; module.exports = function (homebridge) { homebridge.registerPlatform('homebridge-harmony', 'HarmonyHubWebSocket', HarmonyPlatform, true); };