Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PUSH_BLUETOOTH_STATE_CHANGE from websocket messages #135

Closed
keatontaylor opened this issue Mar 24, 2019 · 1 comment · Fixed by #150
Closed

Add PUSH_BLUETOOTH_STATE_CHANGE from websocket messages #135

keatontaylor opened this issue Mar 24, 2019 · 1 comment · Fixed by #150

Comments

@keatontaylor
Copy link
Collaborator

Adds ability to update the connected bluetooth device along with updating the list of bluetooth devices on a PUSH_BLUETOOTH_STATE_CHANGE websocket event.

Should be a straight forward fix, rebasing off @alandtse manual update removal code.

@keatontaylor
Copy link
Collaborator Author

  • PUSH_BLUETOOTH_STATE_CHANGE (anything bluetooth changes per device)
    • ENTERED_PAIRING_MODE (enters pairing mode, including connecting to an existing paired device)
    • DEVICE_CONNECTED (bluetooth device connected, does not include device ID)
    • DEVICE_DISCONNECTED (bluetooth device disconnected, does not include device ID)
    • FIND_DEVICES_SCAN_COMPLETED (scan for new bluetooth devices from the app complete)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant