Skip to content

Commit f9fe058

Browse files
authored
Merge pull request #1499 from Lucide/patch-1
Update MQTT.md
2 parents 939890c + 92f05f7 commit f9fe058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MQTT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ You subscribe to an MQTT topic and assign an event name. Once the subscribed MQT
243243
Command without any parameters will list all currently subscribed topics.
244244

245245
!!! tip "Domoticz Users"
246-
As designed, `domoticz/out` (or any user defined DOMOTICZ_OUT_TOPIC) overrules the rule subscribe functionality in a way that you're unable to subscribe to `domoticz/out/1234/#. _This means that you can't subscribe to this topic, unless you remove all Domoticz relay/idx relations with command ``DzIdx0 0`` or if you had disabled the `USE_DOMOTICZ` flag when compiling your own firmware._
246+
As designed, `domoticz/out` (or any user defined DOMOTICZ_OUT_TOPIC) overrules the rule subscribe functionality in a way that you're unable to subscribe to `domoticz/out/1234/#`. This means that you can't subscribe to this topic, unless you remove all Domoticz relay/idx relations with command ``DzIdx0 0`` or if you had disabled the `USE_DOMOTICZ` flag when compiling your own firmware.
247247

248248

249249
You can set up a rule with `ON EVENT#<event_name> DO ... ENDON` to do what you want based on this MQTT message. The payload is passed as a parameter once the event has been triggered. If the payload is in JSON format, you are able to get the value of specified key as a parameter.

0 commit comments

Comments
 (0)