mosquitto: allow reading from $SYS
This commit is contained in:
parent
5aadee2ae9
commit
0add463ce1
1 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,10 @@ in
|
|||
protocol = "websockets";
|
||||
};
|
||||
|
||||
acl = [ "topic read weather/+" ];
|
||||
acl = [
|
||||
"topic read $SYS/#"
|
||||
"topic read weather/+"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue