v1.2 - Release of Dynamic MQTT Mapper
Fixes
This release contains the following fixes for:
- Several issues when adding, deleting and updating substitutions in the second wizard step
- Fix for issue #20
Changes
This release contains the following enhancements:
- Under
Connection
you can now enable/disable the logging of received payloads, to facilitate easier tracking of mapping behaviour - Under
Mapping
:- You can now create a mapping as well for files in flat file format
- Mappings can now extract complete objects from the source payload and map these to the target
- The option
Defines Device identifier
was removed, since this is now detected automatically - The complete hierarchy of topic levels
/plant1/line1/device1_measure1_Type
is now added to the source payload as"_TOPIC_LEVEL_": [ "plant1", "line1", "device1_measure1_Type" ]
. This allows to use any this information when resolving the external id to the intern Cumulocity[source.id]
- Changing rest endpoints for GET/POST of configuration for connection and service
- Moving buttons
Snooped templates
andSamples payload
to the upper part of the second wizard step - Adding property ``Expand Array```, see the readme doc
- Adding property ``Repair Strategy```, see the readme doc