Please add support for Joyhub toy called "Pinhead" in the Joyhub app.
Intiface doesn't detects the device.
Here is a link to the toy: https://amzn.eu/d/0kpYMfq
I made a working test integration base on "JoyHub Pathfinder 3" in "buttplug-device-config-v3.json" in the desktop version:
{
"identifier": [
"J-Pinhead"
],
"name": "JoyHub Pinhead",
"features": [
{
"feature-type": "Vibrate",
"actuator": {
"step-range": [
0,
255
],
"messages": [
"ScalarCmd"
]
}
},
{
"feature-type": "Oscillate",
"actuator": {
"step-range": [
0,
255
],
"messages": [
"ScalarCmd"
]
}
}
]
}
"communication": [
{
"btle": {
"names": [
"J-Virtuoso",
"J-Pathfinder3",
"J-Pinhead"
],
"services": {
"0000ffa0-0000-1000-8000-00805f9b34fb": {
"tx": "0000ffa1-0000-1000-8000-00805f9b34fb"
}
}
}
}
]
Log:

GUI:

Please add support for Joyhub toy called "Pinhead" in the Joyhub app.
Intiface doesn't detects the device.
Here is a link to the toy: https://amzn.eu/d/0kpYMfq
I made a working test integration base on "JoyHub Pathfinder 3" in "buttplug-device-config-v3.json" in the desktop version:
{ "identifier": [ "J-Pinhead" ], "name": "JoyHub Pinhead", "features": [ { "feature-type": "Vibrate", "actuator": { "step-range": [ 0, 255 ], "messages": [ "ScalarCmd" ] } }, { "feature-type": "Oscillate", "actuator": { "step-range": [ 0, 255 ], "messages": [ "ScalarCmd" ] } } ] }Log:

GUI:
