fix schema
This commit is contained in:
parent
449bef0aa0
commit
0e50126a34
@ -48,11 +48,10 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Enabled Services",
|
"title": "Displayed Services",
|
||||||
"description": "The services to be made available for Homekit",
|
"description": "The services to be made available for Homekit",
|
||||||
"uniqueItems": true,
|
"uniqueItems": true,
|
||||||
"items": {
|
"items": {
|
||||||
"title": "hihi",
|
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
"clean",
|
"clean",
|
||||||
@ -70,7 +69,7 @@
|
|||||||
],
|
],
|
||||||
"enumNames": [
|
"enumNames": [
|
||||||
"Clean",
|
"Clean",
|
||||||
"Clean the",
|
"Clean Zone",
|
||||||
"Clean Spot",
|
"Clean Spot",
|
||||||
"Go to Dock",
|
"Go to Dock",
|
||||||
"Docked State",
|
"Docked State",
|
||||||
|
Loading…
Reference in New Issue
Block a user