Allow anonymous connections to mqtt listener

This commit is contained in:
2023-12-17 21:14:12 +00:00
parent 2177abf06c
commit 480e862bee

View File

@ -57,6 +57,9 @@
enable = true;
listeners = [{
port = 1883;
settings = {
allow_anonymous = true;
};
}];
};