eclipse-kuksa / kuksa-python-sdk

The Python SDK for Eclipse KUKSA
Apache License 2.0
3 stars 5 forks source link

Subscription not providing Updates for Array Types #27

Closed wba2hi closed 2 months ago

wba2hi commented 2 months ago

Issue was caused by an exception, which happened during the stringification of the response containing an ArrayString object. ("ArrayString object is not serializable"). Fixed by using the DatabrokerEncoder, which defines on how to serialize the ArrayString object. The same encoder is also used when printing the statements using the get command.

closes: #26