1
0
Fork 0

mosquitto: allow reading from $SYS

This commit is contained in:
Daniel Kempkens 2023-03-25 14:17:54 +01:00
parent 5aadee2ae9
commit 0add463ce1
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -59,7 +59,10 @@ in
protocol = "websockets";
};
acl = [ "topic read weather/+" ];
acl = [
"topic read $SYS/#"
"topic read weather/+"
];
}
];