homebridge-prometheus-exporter/config.schema.json

16 lines
308 B
JSON
Raw Normal View History

2022-11-06 13:04:30 +01:00
{
"pluginAlias": "ExampleHomebridgePlugin",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true,
"default": "Example Dynamic Platform"
}
}
}
}