feat: add status endpoint, hide FAB/dashlet when integration disabled

This commit is contained in:
2026-03-31 23:09:16 +00:00
parent ff2388e7e1
commit f116611c73
@@ -1,4 +1,12 @@
[
{
"route": "/SmartAssistant/action/status",
"method": "get",
"params": {
"controller": "SmartAssistant",
"action": "status"
}
},
{
"route": "/SmartAssistant/action/chat",
"method": "post",