homebridge-resideo
Version:
The Resideo plugin allows you to access your Resideo device(s) from HomeKit.
27 lines (26 loc) • 450 B
JSON
{
"plugin": [
"@typhonjs-typedoc/typedoc-theme-dmt"
],
"theme": "default-modern",
"out": "docs",
"exclude": [
"src/**/*.spec.ts"
],
"entryPoints": [
"src/index.ts"
],
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"hideGenerator": true,
"includeVersion": false,
"validation": {
"invalidLink": true,
"notExported": false
},
"inlineTags": [
"@link",
"@see"
]
}