#user without username: anonymous is forbidden, but just to make sure: deny everything topic deny
#MQTT Edge Node: writes to NDATADATA/DDATABIRTH/NBIRTH/DBIRTHDEATH for myGroup/myEdgeNode (and its subdevices), subscribes NCMD a /DCMD and queries the state of Host Application user myEdge topic write spBv1.0/myGroup/NDATA/myEdgeNode/# topic write spBv1.0/myGroup/DDATA/myEdgeNode/# topic write spBv1.0/myGroup/NBIRTH/myEdgeNode/# topic write spBv1.0/myGroup/DBIRTH/myEdgeNode/# topic read spBv1.0/myGroup/NCMD/myEdgeNode/# topic read spBv1.0/myGroup/DCMD/myEdgeNode/# topic read spBv1.0/STATE/D2000komHA
#MQTT Host Application: reads/writes its STATE, reads everything (this might be more precisely specified based on topics above), writes commands for myEdgeNode (and its subdevices) user myHost topic readwrite spBv1.0/STATE/D2000komHA topic read spBv1.0/# topic write spBv1.0/myGroup/NCMD/myEdgeNode topic write spBv1.0/myGroup/DCMD/myEdgeNode/# |