Buttplug sex toy control library

fix: Correct the features on the PornHub Blowbot

authored by

blackspherefollower and committed by qdot.tngl.sh 38105225 55003ba6

+21 -2
+13 -1
crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json
··· 1 1 { 2 2 "version": { 3 3 "major": 4, 4 - "minor": 91 4 + "minor": 92 5 5 }, 6 6 "protocols": { 7 7 "activejoy": { ··· 8375 8375 "output": { 8376 8376 "vibrate": { 8377 8377 "value": [ 8378 + 0, 8379 + 100 8380 + ] 8381 + } 8382 + } 8383 + }, 8384 + { 8385 + "feature-type": "Vibrate", 8386 + "id": "1e1fb78c-a3bd-4782-8a96-684bbbaa4670", 8387 + "output": { 8388 + "Vibrate": { 8389 + "step-range": [ 8378 8390 0, 8379 8391 100 8380 8392 ]
+7
crates/buttplug_server_device_config/device-config-v4/protocols/kiiroo-v2-vibrator.yml
··· 82 82 value: 83 83 - 0 84 84 - 100 85 + - feature-type: Vibrate 86 + id: 1e1fb78c-a3bd-4782-8a96-684bbbaa4670 87 + output: 88 + Vibrate: 89 + step-range: 90 + - 0 91 + - 100 85 92 id: d78facf3-706c-44ec-98e8-c4e7baba5966 86 93 - identifier: 87 94 - Titan
+1 -1
crates/buttplug_server_device_config/device-config-v4/version.yaml
··· 1 1 version: 2 2 major: 4 3 - minor: 91 3 + minor: 92