New luci-app-domoticz package with RPCD handler (12 methods), LuCI overview (status, IoT integration, MQTT, HAProxy, mesh, logs), and full service lifecycle. Enhanced domoticzctl with configure-mqtt (auto Mosquitto+Z2M bridge), configure-haproxy, backup/restore, mesh-register, and uninstall commands. UCI extended with mqtt/network/mesh sections. Catalog updated with LuCI package and IoT tags. MirrorNetworking strategic document noted in planning files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"admin/services/domoticz": {
|
|
"title": "Domoticz",
|
|
"order": 65,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "domoticz/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-domoticz"],
|
|
"uci": {"domoticz": true}
|
|
}
|
|
}
|
|
}
|