Buttplug sex toy control library

feat: Adding support for Pink Punch Peacaron

authored by

blackspherefollower and committed by qdot.tngl.sh 666747e0 50927dd2

+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": 63 4 + "minor": 64 5 5 }, 6 6 "protocols": { 7 7 "activejoy": { ··· 13838 13838 "names": [ 13839 13839 "Pink_Punch", 13840 13840 "PinkPunch_Peachu", 13841 - "PinkPunch_DreamBunny" 13841 + "PinkPunch_DreamBunny", 13842 + "PinkPunch_Peacaron" 13842 13843 ], 13843 13844 "services": { 13844 13845 "0000ffe0-0000-1000-8000-00805f9b34fb": { ··· 13869 13870 "PinkPunch_DreamBunny" 13870 13871 ], 13871 13872 "name": "Pink Punch Dream Bunny" 13873 + }, 13874 + { 13875 + "id": "4f08a8b9-70a7-4a0d-b90e-67010ac21f15", 13876 + "identifier": [ 13877 + "PinkPunch_Peacaron" 13878 + ], 13879 + "name": "Pink Punch Peacaron" 13872 13880 } 13873 13881 ], 13874 13882 "defaults": {
+5
crates/buttplug_server_device_config/device-config-v4/protocols/pink_punch.yml
··· 21 21 - PinkPunch_DreamBunny 22 22 name: Pink Punch Dream Bunny 23 23 id: 85703d43-c719-4753-ba92-3bb28c150565 24 + - identifier: 25 + - PinkPunch_Peacaron 26 + name: Pink Punch Peacaron 27 + id: 4f08a8b9-70a7-4a0d-b90e-67010ac21f15 24 28 communication: 25 29 - btle: 26 30 names: 27 31 - Pink_Punch 28 32 - PinkPunch_Peachu 29 33 - PinkPunch_DreamBunny 34 + - PinkPunch_Peacaron 30 35 services: 31 36 0000ffe0-0000-1000-8000-00805f9b34fb: 32 37 tx: 0000ffe1-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: 63 3 + minor: 64