Skip to content

v1.2 - Release of Dynamic MQTT Mapper

Compare
Choose a tag to compare
@ck-c8y ck-c8y released this 30 Oct 09:14
· 1525 commits to main since this release

Fixes
This release contains the following fixes for:

  1. Several issues when adding, deleting and updating substitutions in the second wizard step
  2. Fix for issue #20

Changes
This release contains the following enhancements:

  1. Under Connectionyou can now enable/disable the logging of received payloads, to facilitate easier tracking of mapping behaviour
  2. Under Mapping:
    1. You can now create a mapping as well for files in flat file format
    2. Mappings can now extract complete objects from the source payload and map these to the target
    3. The option Defines Device identifierwas removed, since this is now detected automatically
    4. 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]
    5. Changing rest endpoints for GET/POST of configuration for connection and service
    6. Moving buttons Snooped templates and Samples payload to the upper part of the second wizard step
    7. Adding property ``Expand Array```, see the readme doc
    8. Adding property ``Repair Strategy```, see the readme doc