Buttplug sex toy control library

feat: Adding support for JoyHub Peachy

authored by

blackspherefollower and committed by qdot.tngl.sh 50927dd2 2b41da4c

+16 -3
+10 -2
crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json
··· 1 1 { 2 2 "version": { 3 3 "major": 4, 4 - "minor": 62 4 + "minor": 63 5 5 }, 6 6 "protocols": { 7 7 "activejoy": { ··· 4634 4634 "J-Viv", 4635 4635 "J-Vivara", 4636 4636 "J-Explorer2", 4637 - "J-Derik" 4637 + "J-Derik", 4638 + "J-Peachy" 4638 4639 ], 4639 4640 "services": { 4640 4641 "0000ffa0-0000-1000-8000-00805f9b34fb": { ··· 4861 4862 "J-Explorer2" 4862 4863 ], 4863 4864 "name": "JoyHub Explorer 2" 4865 + }, 4866 + { 4867 + "id": "38def4f2-5ec4-4466-a3e3-d7a9e35f4a2b", 4868 + "identifier": [ 4869 + "J-Peachy" 4870 + ], 4871 + "name": "JoyHub Peachy" 4864 4872 }, 4865 4873 { 4866 4874 "features": [
+5
crates/buttplug_server_device_config/device-config-v4/protocols/joyhub.yml
··· 136 136 name: JoyHub Explorer 2 137 137 id: f499492b-571c-4766-830c-c751706e280d 138 138 - identifier: 139 + - J-Peachy 140 + name: JoyHub Peachy 141 + id: 38def4f2-5ec4-4466-a3e3-d7a9e35f4a2b 142 + - identifier: 139 143 - J-Petalwish2 140 144 name: JoyHub Petalwish 2 141 145 features: ··· 435 439 - J-Vivara 436 440 - J-Explorer2 437 441 - J-Derik 442 + - J-Peachy 438 443 services: 439 444 0000ffa0-0000-1000-8000-00805f9b34fb: 440 445 tx: 0000ffa1-0000-1000-8000-00805f9b34fb
+1 -1
crates/buttplug_server_device_config/device-config-v4/version.yaml
··· 1 1 version: 2 2 major: 4 3 - minor: 62 3 + minor: 63