ck-c8y
ck-c8y
The pull request #229 **add updateSelection to JSONEditor** addresses the feature to change the selection. I would be happy if it could be merged into main. Regards Christof
Before thinking about a concept for a harmonised approach, I have some observations/ questions: 1. What is idea behind a unified way to address selections in all modes? In other...
@josdejong, thank you for implementing this feature. :clap: I tested both: 1. `.select(newSelection)` 2. `callback onSelect(newSelection)` and it works for my scenario.
@snjeza thank you very much for your proposal. This works indeed. But I still do not understand why this is additional dependency: ``` com.softwareag.c8y.mqtt mqtt-mapping-service ${revision} ``` is required? It...
@snjeza: I created a branch to demonstrate the error. [bug-vcode-java](https://github.com/SoftwareAG/cumulocity-dynamic-mapper/tree/bug-vcode-java) In vscode it does not work:  but the same works in intellij: 
Using the @iot-app-kit/* in version 10.2.0 after migration from 9.15.0 the visualisation interrupts.
Hi @cshang2017, Could you provide more detail of the observation? 1/ The issue relates with dataoverlay, correct? - Yes, it is only related to overlays. The glb image is always...
Hi, we set `max_queued_messages` and `max_queued_bytes` to 0 ( no limitation). With the Mosquitto Bridge, persistence worked perfectly. After about a quarter of an hour and about 300 KB of...
We look into using the build-in bridge since we ran into the following issues with the mosquitto bridge: 1. https://github.com/eclipse/mosquitto/issues/1334 2. https://github.com/eclipse/mosquitto/issues/2795