Buttplug sex toy control library

fix: Adding 2 Sexverse strokers

authored by

blackspherefollower and committed by qdot.tngl.sh 2c761e62 38105225

+78 -3
+49 -2
crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json
··· 1 { 2 "version": { 3 "major": 4, 4 - "minor": 92 5 }, 6 "protocols": { 7 "activejoy": { ··· 17203 "btle": { 17204 "names": [ 17205 "CFG1 vibrator", 17206 - "HJ2024N01" 17207 ], 17208 "services": { 17209 "0000cfa2-0000-1000-8000-00805f9b34fb": { 17210 "tx": "0000cf21-0000-1000-8000-00805f9b34fb" 17211 }, ··· 17223 "HJ2024N01" 17224 ], 17225 "name": "VVD Vkini" 17226 } 17227 ], 17228 "defaults": {
··· 1 { 2 "version": { 3 "major": 4, 4 + "minor": 94 5 }, 6 "protocols": { 7 "activejoy": { ··· 17203 "btle": { 17204 "names": [ 17205 "CFG1 vibrator", 17206 + "HJ2024N01", 17207 + "BC1847", 17208 + "BC1816" 17209 ], 17210 "services": { 17211 + "0000bca2-0000-1000-8000-00805f9b34fb": { 17212 + "tx": "0000bc21-0000-1000-8000-00805f9b34fb" 17213 + }, 17214 "0000cfa2-0000-1000-8000-00805f9b34fb": { 17215 "tx": "0000cf21-0000-1000-8000-00805f9b34fb" 17216 }, ··· 17228 "HJ2024N01" 17229 ], 17230 "name": "VVD Vkini" 17231 + }, 17232 + { 17233 + "features": [ 17234 + { 17235 + "feature-type": "Oscillate", 17236 + "id": "15cf412a-594b-4238-bbe0-7e9693233430", 17237 + "output": { 17238 + "Vibrate": { 17239 + "step-range": [ 17240 + 0, 17241 + 99 17242 + ] 17243 + } 17244 + } 17245 + } 17246 + ], 17247 + "id": "774c0fd8-d2a5-415c-b0b0-90d244be0a05", 17248 + "identifier": [ 17249 + "BC1847" 17250 + ], 17251 + "name": "Sexverse Black Knight" 17252 + }, 17253 + { 17254 + "features": [ 17255 + { 17256 + "feature-type": "Oscillate", 17257 + "id": "cc1f8c5c-40ff-4d44-91ca-4520042cf723", 17258 + "output": { 17259 + "Vibrate": { 17260 + "step-range": [ 17261 + 0, 17262 + 99 17263 + ] 17264 + } 17265 + } 17266 + } 17267 + ], 17268 + "id": "99333be9-450f-4092-b776-dd4de1eff244", 17269 + "identifier": [ 17270 + "BC1847" 17271 + ], 17272 + "name": "Sexverse Dark Knight" 17273 } 17274 ], 17275 "defaults": {
+28
crates/buttplug_server_device_config/device-config-v4/protocols/sexverse-v4.yml
··· 13 - HJ2024N01 14 name: VVD Vkini 15 id: 679cdc1b-9236-4ed1-a3c4-c33b748a8cde 16 communication: 17 - btle: 18 names: 19 - CFG1 vibrator 20 - HJ2024N01 21 services: 22 0000cfa2-0000-1000-8000-00805f9b34fb: 23 tx: 0000cf21-0000-1000-8000-00805f9b34fb 24 0000dba2-0000-1000-8000-00805f9b34fb: 25 tx: 0000db21-0000-1000-8000-00805f9b34fb
··· 13 - HJ2024N01 14 name: VVD Vkini 15 id: 679cdc1b-9236-4ed1-a3c4-c33b748a8cde 16 + - identifier: 17 + - BC1847 18 + name: Sexverse Black Knight 19 + features: 20 + - feature-type: Oscillate 21 + id: 15cf412a-594b-4238-bbe0-7e9693233430 22 + output: 23 + Vibrate: 24 + step-range: 25 + - 0 26 + - 99 27 + id: 774c0fd8-d2a5-415c-b0b0-90d244be0a05 28 + - identifier: 29 + - BC1847 30 + name: Sexverse Dark Knight 31 + features: 32 + - feature-type: Oscillate 33 + id: cc1f8c5c-40ff-4d44-91ca-4520042cf723 34 + output: 35 + Vibrate: 36 + step-range: 37 + - 0 38 + - 99 39 + id: 99333be9-450f-4092-b776-dd4de1eff244 40 communication: 41 - btle: 42 names: 43 - CFG1 vibrator 44 - HJ2024N01 45 + - BC1847 46 + - BC1816 47 services: 48 0000cfa2-0000-1000-8000-00805f9b34fb: 49 tx: 0000cf21-0000-1000-8000-00805f9b34fb 50 0000dba2-0000-1000-8000-00805f9b34fb: 51 tx: 0000db21-0000-1000-8000-00805f9b34fb 52 + 0000bca2-0000-1000-8000-00805f9b34fb: 53 + tx: 0000bc21-0000-1000-8000-00805f9b34fb
+1 -1
crates/buttplug_server_device_config/device-config-v4/version.yaml
··· 1 version: 2 major: 4 3 - minor: 92
··· 1 version: 2 major: 4 3 + minor: 94