You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.