Skip to content

v1.3.6

Choose a tag to compare

@hoizi89 hoizi89 released this 04 Mar 07:23

Bug Fix

  • Fix stuck active state with power smoothing: When power smoothing was enabled, the state machine was only triggered by power sensor state change events. If the sensor stopped reporting new values (e.g., staying at 0W), the smoothed power would eventually drop below the threshold but the state machine was never re-evaluated, causing the state to remain "active" indefinitely. The power sampling callback now also re-evaluates the state machine with the current smoothed value.