Skip to content

1.3.0

Latest

Choose a tag to compare

@chpego chpego released this 11 Sep 04:25
25c05a5

Fixes:

  • Requires pybluetti>=0.2.4: the websocket connection now identifies itself to the cloud (a dedicated client key for this integration, plus its own running version) on every CONNECT frame, alongside the existing OAuth2 token. The cloud's own websocket gateway does client identification/version gating - very likely the real, underlying cause of the persistent msgCode 600 ("Upgrade required") rejection tracked in #35, which the previous release only stopped from retrying forever without addressing.