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 1 { 2 2 "version": { 3 3 "major": 4, 4 - "minor": 92 4 + "minor": 94 5 5 }, 6 6 "protocols": { 7 7 "activejoy": { ··· 17203 17203 "btle": { 17204 17204 "names": [ 17205 17205 "CFG1 vibrator", 17206 - "HJ2024N01" 17206 + "HJ2024N01", 17207 + "BC1847", 17208 + "BC1816" 17207 17209 ], 17208 17210 "services": { 17211 + "0000bca2-0000-1000-8000-00805f9b34fb": { 17212 + "tx": "0000bc21-0000-1000-8000-00805f9b34fb" 17213 + }, 17209 17214 "0000cfa2-0000-1000-8000-00805f9b34fb": { 17210 17215 "tx": "0000cf21-0000-1000-8000-00805f9b34fb" 17211 17216 }, ··· 17223 17228 "HJ2024N01" 17224 17229 ], 17225 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" 17226 17273 } 17227 17274 ], 17228 17275 "defaults": {
+28
crates/buttplug_server_device_config/device-config-v4/protocols/sexverse-v4.yml
··· 13 13 - HJ2024N01 14 14 name: VVD Vkini 15 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 16 40 communication: 17 41 - btle: 18 42 names: 19 43 - CFG1 vibrator 20 44 - HJ2024N01 45 + - BC1847 46 + - BC1816 21 47 services: 22 48 0000cfa2-0000-1000-8000-00805f9b34fb: 23 49 tx: 0000cf21-0000-1000-8000-00805f9b34fb 24 50 0000dba2-0000-1000-8000-00805f9b34fb: 25 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 1 version: 2 2 major: 4 3 - minor: 92 3 + minor: 94