{
  "pluginAlias": "Lares4HomebridgePlugin",
  "pluginType": "platform",
  "singular": true,
  "strictValidation": false,
  "schema": {
    "type": "object",
    "properties": {
      "name": {
        "title": "Name",
        "type": "string",
        "default": "Lares4 Homebridge Plugin"
      },
      "ip": {
        "title": "Lares 4 central local IP",
        "type": "string",
        "format": "ipv4"
      },
      "sender": {
        "title": "Sender",
        "type": "string"
      },
      "pin": {
        "title": "PIN",
        "type": "string"
      },
      "https": { "type": "boolean", "title": "HTTPS", "default": true },
      "coverTimeout": {
        "title": "Maximum covers timeout (seconds)",
        "type": "integer",
        "minimum": 0
      },
      "theromstatManualTimeout": {
        "title": "Thermostat default timeout (hours)",
        "type": "integer",
        "minimum": 0
      }
    },
    "required": [
      "name",
      "ip",
      "pin",
      "https",
      "coverTimeout",
      "thermostatManualTimeout"
    ]
  }
}