Skip to content

Commit

Permalink
chore: Update matterbridge-somfy-tahoma.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jun 21, 2024
1 parent e266180 commit 26d9ef3
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions matterbridge-somfy-tahoma.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"title": "Matterbridge somfy tahoma plugin",
"description": "matterbridge-somfy-tahoma v. 1.0.7 by https://github.com/Luligu",
"type": "object",
"required": ["username", "password", "service"],
"required": [
"username",
"password",
"service"
],
"properties": {
"name": {
"description": "Plugin name",
Expand All @@ -28,19 +32,27 @@
"oneOf": [
{
"title": "Local API (TaHoma / Switch)",
"enum": ["local"]
"enum": [
"local"
]
},
{
"title": "Somfy Europe (TaHoma / Switch / Connexoon IO)",
"enum": ["somfy_europe"]
"enum": [
"somfy_europe"
]
},
{
"title": "Somfy Australia (Connexoon RTS)",
"enum": ["somfy_australia"]
"enum": [
"somfy_australia"
]
},
{
"title": "Somfy North America",
"enum": ["somfy_north_america"]
"enum": [
"somfy_north_america"
]
}
]
},
Expand All @@ -67,11 +79,13 @@
},
"debug": {
"description": "Enable the debug for the plugin (development only)",
"type": "boolean"
"type": "boolean",
"default": false
},
"unregisterOnShutdown": {
"description": "Unregister all devices on shutdown (development only)",
"type": "boolean"
"type": "boolean",
"default": false
}
}
}
}

0 comments on commit 26d9ef3

Please sign in to comment.