testing
This commit is contained in:
parent
88ed3f7e7b
commit
ebf66d900a
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
%% https://docs.emqx.com/en/emqx/latest/access-control/authz/file.html %%
|
||||
|
||||
{allow, {user, "jahanson"}, all, ["#"]}.
|
||||
{allow, {user, "tasmota"}, all, ["tasmota/discovery/#", "tele/tasmota_[A-F0-9]+/#", "cmnd/tasmota_[A-F0-9]+/#"]}.
|
||||
{allow, {user, "homeassistant"}, subscribe, ["stat/tasmota_[A-F0-9]+/#", "tele/tasmota_[A-F0-9]+/#"]}.
|
||||
{allow, {user, "tasmota"}, all, ["tasmota/discovery/#", "tele/tasmota_[A-F0-9]+/[A-Za-z0-9_]+", "cmnd/tasmota_[A-F0-9]+/[A-Za-z0-9_]+"]}.
|
||||
{allow, {user, "homeassistant"}, subscribe, ["stat/tasmota_[A-F0-9]+/[A-Za-z0-9_]+", "tele/tasmota_[A-F0-9]+/[A-Za-z0-9_]+"]}.
|
||||
{deny, all}.
|
||||
|
|
Loading…
Reference in a new issue