incorrect syntax, will revisit

This commit is contained in:
Joseph Hanson 2024-09-22 17:29:39 -05:00
parent 7788ef96d5
commit 2a8c569ce9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -23,14 +23,6 @@ spec:
{
type = built_in_database
enable = true
rules = [
{allow, {username, "tasmota"}, publish, ["tasmota/discovery/#"]}.
{allow, all, subscribe, ["tasmota/discovery/#"]}.
{allow, {username, "tasmota"}, publish, ["cmnd/tasmota_+/#"]}.
{allow, {username, "tasmota"}, publish, ["stat/tasmota_+/#"]}.
{allow, {username, "tasmota"}, publish, ["tele/tasmota_+/#"]}.
{allow, all, subscribe, ["cmnd/tasmota_+/#", "stat/tasmota_+/#", "tele/tasmota_+/#"]}.
]
}
]
no_match: "deny"