SmartGridready / SGrPython

Development of SGr PyPi package
Other
1 stars 1 forks source link

Removed overwrite of encode function #33

Closed robin-schoch closed 1 month ago

robin-schoch commented 1 month ago

This PR addresses an issue where the PayloadBuilder was overwriting the encode function of the BinaryPayloadBuilder, leading to the error described in issue #32. Additionally, it resolves a bug in the datapoint write variable that consistently triggered an error due to a missing return statement.

@d1msk1y please confirm that this pr fixes your issue

fixes #32