new chans in config, & allow SUB by template for [UID], and added cnxId & [CUID]

This commit is contained in:
STEINNI
2026-06-26 16:19:17 +00:00
parent 1db846daa3
commit b82026fe85
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -16,10 +16,10 @@
{
"roles": "*",
"mustSubscribe": [ "system:notifs:[UID]", "system:notifs", "system:replies:[UID]" ],
"canSubscribe": ["system:gps:*", "arena:gps:*","arena:agents:*",
"canSubscribe": [ "system:gps:*", "arena:gps:*","arena:agents:*",
"system:observer:subscribed[UID]:agents",
"system:maestro:lifecycle:[UID]"],
"canPublish": [ "system:requests:*", "system:observer:requests"],
"system:maestro:lifecycle:[UID]" ],
"canPublish": [ "system:requests:*", "system:observer:requests" ],
"canSet": [ ],
"canGet": [ ]
}