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.

48 lines 1.26 kB
{ "name": "homebridge-netro", "version": "1.2.2", "displayName": "Netro", "description": "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.", "main": "index.js", "keywords": [ "garden", "homebridge", "homebridge-plugin", "irrigation", "lapland", "light", "netro", "pixie", "sensor", "spark", "sprinkler", "sprite", "stream", "watering", "whisperer" ], "engines": { "node": ">=18.0.0", "homebridge": ">=1.6.0" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mashgundash/homebridge-netro.git" }, "bugs": { "url": "https://github.com/mashgundash/homebridge-netro/issues" }, "homepage": "https://github.com/mashgundash/homebridge-netro#readme", "funding": { "type": "paypal", "url": "https://paypal.me/mashgundash" }, "homebridge": { "pluginType": "platform", "alias": "Netro", "schema": "config.schema.json", "changelog": "https://unpkg.com/homebridge-netro/CHANGELOG.md" }, "changelog": "https://unpkg.com/homebridge-netro/CHANGELOG.md" }