mqtt-datasource icon indicating copy to clipboard operation
mqtt-datasource copied to clipboard

Add support for variables, "+" and "#"

Open NiklasCi opened this issue 1 year ago • 0 comments

This PR adds support for

  • variable support via overwriting the applyTemplateVariable function of the class DataSource.
    • Now topics can contain variables. E.g.: tlm/${Device}/measurement
    • Single selection and all selection for repeating panels works
  • + operator of mqtt
    • e.g. tlm/+/measurement or tlm/+/measurement/+
  • # operator of mqtt
    • e.g. tlm/device1/#

NiklasCi avatar Feb 15 '24 11:02 NiklasCi