Skip to content

Commit

Permalink
feat: Add 2 new FunTown devices
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored and qdot committed Nov 4, 2023
1 parent 5325f52 commit e4a2214
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 4 deletions.
38 changes: 35 additions & 3 deletions buttplug/buttplug-device-config/buttplug-device-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"major": 2,
"minor": 20
"minor": 21
},
"protocols": {
"lovense": {
Expand Down Expand Up @@ -1381,7 +1381,8 @@
"Gballs2",
"GBalls3",
"FM-LILAC-101",
"Xone"
"Xone",
"CBT002"
],
"services": {
"78667579-7b48-43db-b8c5-7928a6b0a335": {
Expand Down Expand Up @@ -1510,6 +1511,12 @@
}
]
}
},
{
"identifier": [
"CBT002"
],
"name": "FunTown Caleo"
}
]
},
Expand All @@ -1521,7 +1528,8 @@
"Sword",
"Curve",
"Solstice X",
"funwand"
"funwand",
"CBT001"
],
"services": {
"78667579-7b48-43db-b8c5-7928a6b0a335": {
Expand Down Expand Up @@ -1630,6 +1638,30 @@
"funwand"
],
"name": "MagicMotion Zenith"
},
{
"identifier": [
"CBT001"
],
"name": "FunTown Jive",
"messages": {
"ScalarCmd": [
{
"StepRange": [
0,
100
],
"ActuatorType": "Vibrate"
},
{
"StepRange": [
0,
100
],
"ActuatorType": "Oscillate"
}
]
}
}
]
},
Expand Down
16 changes: 15 additions & 1 deletion buttplug/buttplug-device-config/buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# user in the user device config file.
version:
major: 2
minor: 20
minor: 21
protocols:
lovense:
# Lovense is special. Special in oh so many ways.
Expand Down Expand Up @@ -780,6 +780,7 @@ protocols:
- GBalls3
- FM-LILAC-101
- Xone
- CBT002 # FunTown Caleo
services:
78667579-7b48-43db-b8c5-7928a6b0a335:
tx: 78667579-a914-49a4-8333-aa3c0cd8fedc
Expand Down Expand Up @@ -843,6 +844,9 @@ protocols:
ScalarCmd:
- StepRange: [ 0, 100 ]
ActuatorType: Oscillate
- identifier:
- CBT002
name: FunTown Caleo
magic-motion-2:
btle:
names:
Expand All @@ -852,6 +856,7 @@ protocols:
- Curve # Solstice
- Solstice X
- funwand # Zenith
- CBT001 # FunTown Jive
services:
78667579-7b48-43db-b8c5-7928a6b0a335:
tx: 78667579-a914-49a4-8333-aa3c0cd8fedc
Expand Down Expand Up @@ -899,6 +904,15 @@ protocols:
- identifier:
- funwand
name: MagicMotion Zenith
- identifier:
- CBT001
name: FunTown Jive
messages:
ScalarCmd:
- StepRange: [0, 100]
ActuatorType: Vibrate
- StepRange: [0, 100]
ActuatorType: Oscillate
magic-motion-3:
btle:
names:
Expand Down

0 comments on commit e4a2214

Please sign in to comment.