- MQTT Protocol adapter channel metadata not included for unmapped channels fixed
- MQTT Protocol adapter "ReadMode" setting: "KeepLast" to collect only the last received message from topic, "KeepAll", collects all messages received in a read interval. "KeepLast" is the default as this was the behaviour in previous versions.
- NEW OPC UA Target Adapter: Allows exposing the data collected by the SFC protocol adapter as an OPC UA model.
- OPCUA autodiscovery example validation of external ID's
- Decompose setting to control decomposition of structured values at source level
- Support for decomposition of lists of structured values
- Control over output of numeric values for targets with JSON output UnquoteNumericJsonValues
- Spread setting to control decomposition of list values at source level
- Documentation fixes and updates
-
Transformation operators : Chunked,NumbersToFloatBE, NumberToFloatLE, ReverseList, ToShort, ToSigned, ToUnsigned.
-
Channel configuration option "Spread" to elements of source list values in into separate values.
-
Target configuration option "UnquoteNumericJsonValues" to strip double quotes in target JSON output.
-
Documentation updates
-
Sitewise Edge target adapter in addition to Sitewise service adapter
-
Transformation operators: BytesToDoubleBE, BytesToDoubleLE, BytesToFloatBE, BytesToFloatLE
-
Channel option "Decompose" to decompose a structred value into new individual values for every element in the structure.
-
Source option "Compose" to compose new structured values from selected channel values.
-
Documentation updates