astarte-platform / astarte-device-sdk-qt5

Astarte Qt5 Device SDK
http://astarte-platform.org/
Apache License 2.0
11 stars 12 forks source link

Make array types work with object aggregated datastreams #37

Closed shikoku1 closed 2 years ago

shikoku1 commented 2 years ago

Add support for array types (such as string array) also in object aggregated datastreams. In order to get them working, the value is converted to QList<QVariant>.