-
-
Notifications
You must be signed in to change notification settings - Fork 116
feat:Add Honey Play Box Kaipro support #940
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,37 @@ configurations: | |
| - HPB-398 | ||
| name: Honey Play Box Pleasure Pivot | ||
| id: c205e707-9561-4016-97aa-0bde609b0edc | ||
| - identifier: | ||
| - HPB-274 | ||
| name: Honey Play Box Kaipro | ||
| features: | ||
| - description: Vibrator | ||
| id: 06456fc9-9ab6-425b-9cf1-9f875d21bcf3 | ||
| output: | ||
| vibrate: | ||
| value: | ||
| - 0 | ||
| - 100 | ||
| index: 0 | ||
| - description: Suction Pump | ||
| id: 09817707-f6b8-44de-8708-58101999396a | ||
| output: | ||
| constrict: | ||
| value: | ||
| - 0 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets set the range to 100 to 104, then there's no need for the +100 bump in the protocol implementation.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added a default offset of 100 instead. Not sure if this is the preferred approach, but we need to support 0 and 101–104. |
||
| - 4 | ||
| index: 1 | ||
| - description: Battery Level | ||
| id: 97528990-df35-4fa1-8f3c-f6f78b1b8538 | ||
| input: | ||
| battery: | ||
| value: | ||
| - - 0 | ||
| - 100 | ||
| command: | ||
| - Read | ||
| index: 2 | ||
| id: b33a5de9-d0c6-448b-8150-e402dd29ed4d | ||
| - identifier: | ||
| - HPB-296 | ||
| name: Honey Play Box Anello | ||
|
|
@@ -485,6 +516,7 @@ communication: | |
| - btle: | ||
| names: | ||
| - JXT002 | ||
| - HPB-274 | ||
| - HPB-393-1 | ||
| - HPB-0520 | ||
| - HONEY-835 | ||
|
|
@@ -509,4 +541,4 @@ communication: | |
| tx: 0000ff03-0000-1000-8000-00805f9b34fb | ||
| rx: 0000ff02-0000-1000-8000-00805f9b34fb | ||
| 0000180f-0000-1000-8000-00805f9b34fb: | ||
| rxblebattery: 00002a19-0000-1000-8000-00805f9b34fb | ||
| rxblebattery: 00002a19-0000-1000-8000-00805f9b34fb | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| version: | ||
| major: 5 | ||
| minor: 30 | ||
| minor: 31 |
Uh oh!
There was an error while loading. Please reload this page.