enbility / eebus-go

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

List updates currently require all key fields to be defined #38

Closed DerAndereAndi closed 1 year ago

DerAndereAndi commented 1 year ago

Currently the update implementation requires that all fields defined as an identifier key are required to be provided, otherwise the data is updated in all list elements.

What should be done instead?

DerAndereAndi commented 1 year ago

Only primary identifier und sub identifier should be used