36 lines
908 B
JSON
36 lines
908 B
JSON
{
|
|
"pluginAlias": "KoboldVacuumRobot",
|
|
"pluginType": "platform",
|
|
"headerDisplay": "For Advanced settings like the 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"
|
|
},
|
|
"language": {
|
|
"title": "language",
|
|
"type": "string",
|
|
"default": "en",
|
|
"oneOf": [
|
|
{
|
|
"title": "English",
|
|
"enum": [
|
|
"en"
|
|
]
|
|
},
|
|
{
|
|
"title": "German",
|
|
"enum": [
|
|
"de"
|
|
]
|
|
}
|
|
],
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
} |