MQTT polling source support
Closed this issue · 0 comments
sergiimk commented
ODF was extended with MQTT protocol support.
It introduces the new FetchStep::Mqtt type alongside our normal sources like Url and FilesGlob.
We should support defining MQTT sources in Web UI by:
On the same screen allowing to enter all properties of FetchStep::Mqtt
- Properties will include one non-trivial element - a list of
topics
which may be done similarly to this widget:
except it should allow to enter the topic Path
AND QoS
level. QoS should be a drop-down with values defined here.