2019-04-08 22:26:30 +02:00
{
2020-12-13 18:31:44 +01:00
"pluginAlias" : "KoboldVacuumRobot" ,
2019-04-08 22:26:30 +02:00
"pluginType" : "platform" ,
2020-12-13 22:20:01 +01:00
"headerDisplay" : "For Advanced settings like the refresh time interval or disabled switches/sensors. [Check Here](https://github.com/himbeles/homebridge-kobold#readme)" ,
2019-04-08 22:26:30 +02:00
"schema" : {
"type" : "object" ,
"properties" : {
2020-12-13 18:31:44 +01:00
"token" : {
"title" : "token" ,
2019-04-08 22:26:30 +02:00
"type" : "string" ,
"required" : true ,
2020-12-13 18:31:44 +01:00
"description" : "Your Token"
2021-02-07 11:15:08 +01:00
} ,
"language" : {
"title" : "language" ,
"type" : "string" ,
"default" : "en" ,
"oneOf" : [
{
"title" : "English" ,
"enum" : [
"en"
]
} ,
{
"title" : "German" ,
"enum" : [
"de"
]
2021-03-10 16:49:40 +01:00
} ,
{
"title" : "French" ,
"enum" : [
"fr"
]
2021-02-07 11:15:08 +01:00
}
] ,
"required" : true
2019-04-08 22:26:30 +02:00
}
}
}
2021-03-10 16:49:40 +01:00
}