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; enable = true;
listeners = [{ listeners = [{
port = 1883; port = 1883;
settings = {
allow_anonymous = true;
};
}]; }];
}; };