Skip to content

Commit

Permalink
feat: Adding support for JoyHub VBarbie p
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored and qdot committed Oct 2, 2024
1 parent 8509eda commit ba0f758
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15727,6 +15727,38 @@
}
}
]
},
{
"identifier": [
"J-VBarbiep"
],
"name": "JoyHub VBarbie p",
"features": [
{
"feature-type": "Vibrate",
"actuator": {
"step-range": [
0,
255
],
"messages": [
"ScalarCmd"
]
}
},
{
"feature-type": "Vibrate",
"actuator": {
"step-range": [
0,
255
],
"messages": [
"ScalarCmd"
]
}
}
]
}
],
"communication": [
Expand Down Expand Up @@ -15763,7 +15795,8 @@
"J-Fabledragon",
"J-Faunus",
"J-VortexTongue2",
"J-Torin"
"J-Torin",
"J-VBarbiep"
],
"services": {
"0000ffa0-0000-1000-8000-00805f9b34fb": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8994,6 +8994,24 @@ protocols:
- 255
messages:
- ScalarCmd
- identifier:
- J-VBarbiep
name: JoyHub VBarbie p
features:
- feature-type: Vibrate
actuator:
step-range:
- 0
- 255
messages:
- ScalarCmd
- feature-type: Vibrate
actuator:
step-range:
- 0
- 255
messages:
- ScalarCmd
communication:
- btle:
names:
Expand Down Expand Up @@ -9028,6 +9046,7 @@ protocols:
- J-Faunus
- J-VortexTongue2
- J-Torin
- J-VBarbiep
services:
0000ffa0-0000-1000-8000-00805f9b34fb:
tx: 0000ffa1-0000-1000-8000-00805f9b34fb
Expand Down

0 comments on commit ba0f758

Please sign in to comment.