-
|
Hello. A question about event signals. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @ZRays51 |
Beta Was this translation helpful? Give feedback.
-
|
Hello. A question about event signals. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ZRays51 |
Beta Was this translation helpful? Give feedback.
Hi @ZRays51
You would not get an event in the same MQTT connection which caused the event - that way you can e.g. prevent loops which originate "from one source".
You can however create a second MQTT connection, subscribing for the events (so splitting up
sourcesandtargetsof the connection). This second MQTT connection would get both, HTTP API caused events and the events caused by thesourceMQTT connection.