enbility / eebus-go

EEBUS protocol implementation in go
https://enbility.net
MIT License
52 stars 14 forks source link

Updater concept to reduce boilerplate #15

Closed taimo42 closed 2 years ago

taimo42 commented 2 years ago

Implementation of a new Updater concept for ElectricalConnectionPermittedValueSetListDataType so that other model classes can be integrated easier.

Furthermore

are now supported.

DerAndereAndi commented 2 years ago

Looks good. Kinda hard to follow how this works. Some more comments for the methods maybe might be helpful

taimo42 commented 2 years ago

I have added more comments to make it clearer. Please let me know if more explanations should be added.

DerAndereAndi commented 2 years ago

Looks good. Thanks!