u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
79 stars 39 forks source link

(fix) Append on bytes in DataArray.to_bytes #76

Closed Krolken closed 5 months ago

Krolken commented 5 months ago

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73