Skip to content

Band Trigger 1.4.0 - Debug

Choose a tag to compare

@Dafaol Dafaol released this 15 Aug 11:07
· 18 commits to main since this release

[1.4.0] - 2026-08-15

Added

  • 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.