Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexhaller/blanco_unit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: alexhaller/blanco_unit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on May 23, 2026

  1. fix: revert to read_gatt_char polling — characteristic does not suppo…

    …rt NOTIFY
    
    start_notify fails with org.bluez.Error.NotSupported because the GATT
    characteristic does not expose the Notify property at the BlueZ level.
    Restore the original polling approach (read_gatt_char, max 40 attempts).
    Also remove pair=True from BlancoUnitBluetoothClient._connect().
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    alexhaller and claude committed May 23, 2026
    Configuration menu
    Copy the full SHA
    b72af28 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.1.2 [skip ci]

    ## [1.1.2](v1.1.1...v1.1.2) (2026-05-23)
    
    ### Bug Fixes
    
    * revert to read_gatt_char polling — characteristic does not support NOTIFY ([b72af28](b72af28))
    semantic-release-bot committed May 23, 2026
    Configuration menu
    Copy the full SHA
    02adc45 View commit details
    Browse the repository at this point in the history
Loading