Hey colleagues,
I have devices that I want to include to cumulocity that are already able to receive/subscribe and send/publish device management data via MQTT. However, those MQTT messages are not conformant to cumulocity’s templates. I am wandering if there is a way to include them.
E.g. in order to set firmware on the device, with the device sdk the payload would need to be something like this:
“115,firmwarename,firmwareversion,firmwareurl”
But my device expects something like this:
“someID,type=firmware,name=fileNameOfFirmware,download=https,Url=someUrl”
So how can I add kind of custom MQTT templates to cumulocity so that the action of “set firmware” which is originally related to the template 115 triggers a custom MQTT payload?
I assume that this is a problem that many people already had to face, but unfortunately I could not find any hint so far
Thanks and BR