16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"pluginAlias": "SmartHomeNG-dev",
|
|
"pluginType": "platform",
|
|
"singular": true,
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"title": "Name",
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "SmartHomeNG"
|
|
}
|
|
}
|
|
}
|
|
} |