eebus-go icon indicating copy to clipboard operation
eebus-go copied to clipboard

Refactor public API to use messaging like interface as CEMd uses right now

Open DerAndereAndi opened this issue 11 months ago • 0 comments

Instead of having an Interface with multiple methods required to be implemented to handle everything SHIP related, a specific message should be provided to a callback functions that hints e.g. on the data change. A set of public methods will be provided that can be called from the device implementation to trigger actions or grab data depending on the received message.

DerAndereAndi avatar Feb 26 '24 09:02 DerAndereAndi