SparkplugNet
SparkplugNet copied to clipboard
Fix: Handle IsNull when converting from proto
Value of IsNull is kept when converting from protobuf to VersionB Metric.
It was observed that null value was not transferred over MQTT. IsNull change from true to false when converted from protobuf to VersionB Metric. This PR solves this.