UNPKG

homebridge-shelly-trv

Version:

Homebridge Plugin für Shelly TRV Gen1 Heizkörperthermostate

7 lines (4 loc) 142 B
const ShellyTRVPlatform = require('./src/platform'); module.exports = (api) => { api.registerPlatform('ShellyTRV', ShellyTRVPlatform); };