UNPKG

homebridge-bravia-tvos-hv2

Version:
15 lines (12 loc) 350 B
/** * v5 * * @url https://github.com/SeydX/homebridge-bravia-tvos * @author SeydX <seyd55@outlook.de> * **/ 'use strict'; module.exports = (homebridge) => { let BraviaOSPlatform = require('./src/platform.js')(homebridge); homebridge.registerPlatform('homebridge-bravia-tvos', 'BraviaOSPlatform', BraviaOSPlatform, true); };