Skip to content

Commit

Permalink
feat: Adding definitions for new Love Distance devices
Browse files Browse the repository at this point in the history
Only the Orbit has been tested, but the naming convention for these
devices is predictable enought that I'm fairly sure this should add
support for the Grasp, Link, Join G and Receive too.
  • Loading branch information
blackspherefollower authored and qdot committed Apr 27, 2024
1 parent be2f1a8 commit 264d644
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 3 deletions.
39 changes: 37 additions & 2 deletions buttplug/buttplug-device-config/buttplug-device-config.json
@@ -1,7 +1,7 @@
{
"version": {
"major": 2,
"minor": 28
"minor": 29
},
"protocols": {
"lovense": {
Expand Down Expand Up @@ -5652,7 +5652,12 @@
"REACH",
"MAG",
"SPAN",
"RANGE"
"RANGE",
"ORBIT",
"JOIN G",
"LINK",
"GRASP",
"RECEIVE"
],
"services": {
"0000ff00-0000-1000-8000-00805f9b34fb": {
Expand Down Expand Up @@ -5705,6 +5710,36 @@
"RANGE"
],
"name": "Love Distance Range"
},
{
"identifier": [
"ORBIT"
],
"name": "Love Distance Range"
},
{
"identifier": [
"JOIN G"
],
"name": "Love Distance Join G"
},
{
"identifier": [
"LINK"
],
"name": "Love Distance Link"
},
{
"identifier": [
"GRASP"
],
"name": "Love Distance Grasp"
},
{
"identifier": [
"RECEIVE"
],
"name": "Love Distance Receive"
}
]
},
Expand Down
22 changes: 21 additions & 1 deletion buttplug/buttplug-device-config/buttplug-device-config.yml
Expand Up @@ -93,7 +93,7 @@
# user in the user device config file.
version:
major: 2
minor: 28
minor: 29
protocols:
lovense:
# Lovense is special. Special in oh so many ways.
Expand Down Expand Up @@ -2843,6 +2843,11 @@ protocols:
- MAG
- SPAN
- RANGE
- ORBIT
- JOIN G
- LINK
- GRASP
- RECEIVE
services:
0000ff00-0000-1000-8000-00805f9b34fb:
tx: 0000ff01-0000-1000-8000-00805f9b34fb
Expand All @@ -2869,6 +2874,21 @@ protocols:
- identifier:
- RANGE
name: Love Distance Range
- identifier:
- ORBIT
name: Love Distance Range
- identifier:
- JOIN G
name: Love Distance Join G
- identifier:
- LINK
name: Love Distance Link
- identifier:
- GRASP
name: Love Distance Grasp
- identifier:
- RECEIVE
name: Love Distance Receive
satisfyer:
btle:
names:
Expand Down

0 comments on commit 264d644

Please sign in to comment.