homebridge-434mhz-flamingo
Version:
Support for Flamingo SF-501 433,92 MHz RF Outlets.
26 lines (23 loc) • 771 B
JSON
{
"pluginAlias": "FlamingoOutlet",
"pluginType": "accessory",
"singular": false,
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true
},
"remoteID": {
"title": "RF Outlet ID / Funksteckdose ID",
"type": "integer",
"required": true,
"placeholder": "e.g./z.B. 1234",
"maximum": 19999,
"description": "The code used to pair the RF outlet. Caution! Transmitter must be connected to GPIO 17. / Der Code, an den die Funksteckdose angelernt wird. Achtung! Sender an GPIO 17 anschließen."
}
}
}
}