mqtt-datasource
mqtt-datasource copied to clipboard
Add support for variables, "+" and "#"
This PR adds support for
- variable support via overwriting the
applyTemplateVariablefunction of the classDataSource.- Now topics can contain variables. E.g.:
tlm/${Device}/measurement - Single selection and all selection for repeating panels works
- Now topics can contain variables. E.g.:
+operator of mqtt- e.g.
tlm/+/measurementortlm/+/measurement/+
- e.g.
#operator of mqtt- e.g.
tlm/device1/#
- e.g.