34 lines
696 B
JSON
34 lines
696 B
JSON
{
|
|
"pluginAlias": "SmartHomeNG-dev",
|
|
"pluginType": "platform",
|
|
"singular": true,
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"title": "Name",
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "SmartHomeNG"
|
|
},
|
|
"host": {
|
|
"title": "SHNG Host",
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "smarthome.local"
|
|
},
|
|
"port": {
|
|
"title": "SHNG Port",
|
|
"type": "number",
|
|
"required": true,
|
|
"default": 2424
|
|
},
|
|
"tls": {
|
|
"title": "TLS enabled",
|
|
"type": "boolean",
|
|
"required": true,
|
|
"default": false
|
|
}
|
|
}
|
|
}
|
|
} |