Closed reubenmiller closed 9 months ago
The software list sent to Cumulocity IoT now uses the softwareType
property.
Here is an example (notice the badge next to each of the software item names):
QA has thoroughly checked the bug and here are the results:
Describe the bug
With the introduction of support for the Cumulocity IoT software type information, https://github.com/thin-edge/thin-edge.io/pull/2613, an error was spotted where the
type
property name was incorrectly specified in the ticket instead ofsoftwareType
as per the Cumulocity IoT specificationUsing the wrong property name results in the type information not being displayed correctly in the Cumulocity IoT Device Management Application (on the device view).
To Reproduce
c8y_SoftwareList
should contain an array of software items wheretype
is used instead of the correctsoftwareType
property.Expected behavior
The software list should use the
softwareType
propertyScreenshots
Environment (please complete the following information):
Debian GNU/Linux 12 (bookworm)
Raspberry Pi 5 Model B Rev 1.0
Linux rpi5-d83addab8e9f 6.1.0-rpi4-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05) aarch64 GNU/Linux
tedge 1.0.0-rc.2~255+g5088517
Additional context