homebridge-prometheus-exporter/config.schema.json
2022-11-06 13:04:30 +01:00

16 lines
No EOL
308 B
JSON

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