eclipse / tahu

Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.

Home Page:https://eclipse.org/tahu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java client library: no support for metric types PropertySet and PropertySetList

awonline-net opened this issue · comments

In the Java client library PropertySet and PropertySetList data type metrics are commented out and marked as TODO in
MetricDataType.java The metric types are also not handled in SparkplugBPayloadDecoder.java and parkplugBPayloadEncoder.java

Are there any plans to add support for the unhandled data type metrics in the Java client library?

The array type support has been added. However, the PropertySet and PropertySetList support is already present - but not as a MetricDataType as they are not MetricDataTypes. They are already supported as they should be as components of a Metric.

The TODO was removed: #206