nograx / ioBroker.zendure-solarflow

An ioBroker adapter for Zendure SolarFlow devices
MIT License
24 stars 6 forks source link

Please add correct ACK Handling at onStateChange code #36

Closed mcm1957 closed 7 months ago

mcm1957 commented 7 months ago

Please add correct ACK Handling at onStateChange code

The adapter must honor the ack flag when processing onStateChange events. Whenever the onStateChange handler is called for an own state (a state owned by the processing instance of the adapter) it must ignore this event if the ack flags is set. Only stateChanges with ack==false are allowed to be processed.

When processing foreign states which are output of another adapter processing should only occure if the ack flag is true.

nograx commented 7 months ago

Fixed in version 1.2.3