2019-04-08 22:26:30 +02:00
{
"pluginAlias" : "NeatoVacuumRobot" ,
"pluginType" : "platform" ,
"headerDisplay" : "For Advanced settings like Refresh time interval or Disabled switches/sensors. [Check Here](https://github.com/naofireblade/homebridge-neato#readme)" ,
"schema" : {
"type" : "object" ,
"properties" : {
"email" : {
"title" : "email" ,
"type" : "string" ,
"required" : true ,
"format" : "email" ,
"description" : "Your Email Address"
} ,
"password" : {
"title" : "password" ,
"type" : "string" ,
"required" : true ,
"description" : "Your Password"
2021-05-04 08:32:42 +02:00
} ,
"language" : {
"title" : "language" ,
"type" : "string" ,
"default" : "en" ,
"oneOf" : [
{
"title" : "English" ,
"enum" : [
"en"
]
} ,
{
"title" : "German" ,
"enum" : [
"de"
]
} ,
{
"title" : "French" ,
"enum" : [
"fr"
]
}
] ,
"required" : true
2019-04-08 22:26:30 +02:00
}
}
}
2021-05-04 08:32:42 +02:00
}