Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
feat: Adding support for more Kiiroo Gen2.1 devices
Browse files Browse the repository at this point in the history
New UUIDs for Pearl2.1 and Esca2.
Name mapping for Titan1.1

Merged the 2 Kiiroo Gen 2.1 protcol drivers into the same class.
This makes it way simpler to access the vibes on the Titan as well
as use the LinearCmd support.
  • Loading branch information
blackspherefollower committed Dec 10, 2019
1 parent db8bebb commit ca4a896
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion buttplug-device-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,19 @@
"kiiroo-v21-vibrator": {
"btle": {
"names": [
"Cliona"
"Cliona",
"Pearl2.1",
"OhMiBod 4.0"
],
"services": {
"00001900-0000-1000-8000-00805f9b34fb": {
"whitelist": "00001901-0000-1000-8000-00805f9b34fb",
"tx": "00001902-0000-1000-8000-00805f9b34fb",
"rx": "00001903-0000-1000-8000-00805f9b34fb"
},
"a0d70001-4c16-4ba7-977a-d394920e13a3": {
"tx": "a0d70002-4c16-4ba7-977a-d394920e13a3",
"rx": "a0d70003-4c16-4ba7-977a-d394920e13a3"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,17 @@ protocols:
btle:
names:
- Cliona
- Pearl2.1
- OhMiBod 4.0
services:
00001900-0000-1000-8000-00805f9b34fb:
# Used to clear the whitelist?
whitelist: 00001901-0000-1000-8000-00805f9b34fb
tx: 00001902-0000-1000-8000-00805f9b34fb
rx: 00001903-0000-1000-8000-00805f9b34fb
a0d70001-4c16-4ba7-977a-d394920e13a3:
tx: a0d70002-4c16-4ba7-977a-d394920e13a3
rx: a0d70003-4c16-4ba7-977a-d394920e13a3
kiiroo-v2:
btle:
names:
Expand Down

0 comments on commit ca4a896

Please sign in to comment.