homebridge-kobold-Homaassis.../config.schema.json
2020-12-13 18:31:44 +01:00

16 lines
478 B
JSON

{
"pluginAlias": "KoboldVacuumRobot",
"pluginType": "platform",
"headerDisplay": "For Advanced settings like Refresh time interval or Disabled switches/sensors. [Check Here](https://github.com/himbeles/homebridge-kobold#readme)",
"schema": {
"type": "object",
"properties": {
"token": {
"title": "token",
"type": "string",
"required": true,
"description": "Your Token"
}
}
}
}