PubInv / PubInv/Yeah-Hand-Web-App
Update command protocol to send gestures and factors separately
Open
@GoodKimchi is already working on this.
Since Jul 7, 2026.
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Update the frontend and backend command handling to match the current Yeah Hand communication protocol.
Current behavior
Commands are sent as:
- PINCH 50
Desired behavior
Gesture commands are sent independently:
- PINCH
- POWER
Factor values are sent separately as only a number:
- 0
- 30
- 100
Notes
This change was requested after testing the current frontend and backend. It aligns the application with the current Bluetooth protocol until a future protocol revision.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.