PlccomsClient now accepts a list of PlccomsVar instead of just
a list of variable names. This allows the users of PlccomsClient
to subscribe to variable only if it changes by more than user defined
delta value.
PlcMqttBridge uses this delta parameter from configuration to
subscribes to variable changes.
varDelta
field toVarMappingConfig
delta
field toPlccomsVar
PlccomsClient
now accepts a list ofPlccomsVar
instead of just a list of variable names. This allows the users ofPlccomsClient
to subscribe to variable only if it changes by more than user defined delta value.PlcMqttBridge
uses this delta parameter from configuration to subscribes to variable changes.