16 lines
308 B
JSON
16 lines
308 B
JSON
|
{
|
||
|
"pluginAlias": "ExampleHomebridgePlugin",
|
||
|
"pluginType": "platform",
|
||
|
"singular": true,
|
||
|
"schema": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"title": "Name",
|
||
|
"type": "string",
|
||
|
"required": true,
|
||
|
"default": "Example Dynamic Platform"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|