{
    "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."
            }
        }
    }
}


