UNPKG

homebridge-netro

Version:

Homebridge plugin for Netro devices (Spark, Sprite, Pixie, Stream, Whisperer, Lapland S1). English-only UI; manual watering by minutes; zone filtering; multi-device; auto-detection; stable UUIDs.

6 lines (5 loc) 223 B
// homebridge-netro entry, v1.1.4 module.exports = (api) => { // Important: use full package name for namespace + alias 'Netro' api.registerPlatform('homebridge-netro', 'Netro', require('./platform').NetroPlatform); };