16 lines
478 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |