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
Smart Display: Added explicit visual feedback on the smartband screen. Automation names now display [ ON ] or [ OFF ] tags in real-time, bypassing Bluetooth (AVRCP) screen update limitations.
Smart Toggle: New unified architecture for Play/Pause commands. The app now acts as the single source of truth, toggling the state based on its internal memory regardless of the icon stuck on the watch face.
Changed
Data Structure: Updated the Automation data class with the isCurrentlyOn variable to provide individual state memory for each registered automation.
Fixed
State Conflict: Fixed a bug where stateless automations (Hidden Camera and PC Media) interfered with stateful device buttons (Smart Bulb).
Automatic Reset: The 500ms bounce-back trick now properly clears the automation's internal memory and forces the display to update back to [ OFF ] for rapid triggers.