Buttplug sex toy control library

feat: Add support for Duopeak Saphette

authored by

blackspherefollower and committed by qdot.tngl.sh 60eaee35 ef97ad4d

+82 -3
+51 -2
crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json
··· 1 1 { 2 2 "version": { 3 3 "major": 4, 4 - "minor": 87 4 + "minor": 88 5 5 }, 6 6 "protocols": { 7 7 "activejoy": { ··· 16831 16831 "names": [ 16832 16832 "LY272A01", 16833 16833 "LB-W01", 16834 - "HH010" 16834 + "HH010", 16835 + "NBQ-B619RX" 16835 16836 ], 16836 16837 "services": { 16837 16838 "0000bae0-0000-1000-8000-00805f9b34fb": { ··· 16892 16893 "HH010" 16893 16894 ], 16894 16895 "name": "Sexverse HH010" 16896 + }, 16897 + { 16898 + "features": [ 16899 + { 16900 + "description": "Wearer Vibrator", 16901 + "feature-type": "Vibrate", 16902 + "id": "968f7306-6997-4b76-a40f-acbb431d9582", 16903 + "output": { 16904 + "Oscillate": { 16905 + "step-range": [ 16906 + 0, 16907 + 20 16908 + ] 16909 + } 16910 + } 16911 + }, 16912 + { 16913 + "description": "Receiver Vibrator", 16914 + "feature-type": "Vibrate", 16915 + "id": "018009d0-b5bf-4f97-a13d-909d0e74fabc", 16916 + "output": { 16917 + "Vibrate": { 16918 + "step-range": [ 16919 + 0, 16920 + 20 16921 + ] 16922 + } 16923 + } 16924 + }, 16925 + { 16926 + "description": "Wearer Clitoral Vibrators", 16927 + "feature-type": "Vibrate", 16928 + "id": "018009d0-b5bf-4f97-a13d-909d0e74fabc", 16929 + "output": { 16930 + "Vibrate": { 16931 + "step-range": [ 16932 + 0, 16933 + 20 16934 + ] 16935 + } 16936 + } 16937 + } 16938 + ], 16939 + "id": "0e1f9fe7-22d9-4afb-9fe5-192b8e5508c3", 16940 + "identifier": [ 16941 + "NBQ-B619RX" 16942 + ], 16943 + "name": "Duopeak Saphette" 16895 16944 } 16896 16945 ], 16897 16946 "defaults": {
+30
crates/buttplug_server_device_config/device-config-v4/protocols/sexverse-v2.yml
··· 43 43 - 0 44 44 - 20 45 45 id: 0e1f9fe7-22d9-4afb-9fe5-192b8e5508c3 46 + - identifier: 47 + - NBQ-B619RX 48 + name: Duopeak Saphette 49 + features: 50 + - feature-type: Vibrate 51 + description: Wearer Vibrator 52 + id: 968f7306-6997-4b76-a40f-acbb431d9582 53 + output: 54 + Oscillate: 55 + step-range: 56 + - 0 57 + - 20 58 + - feature-type: Vibrate 59 + description: Receiver Vibrator 60 + id: 018009d0-b5bf-4f97-a13d-909d0e74fabc 61 + output: 62 + Vibrate: 63 + step-range: 64 + - 0 65 + - 20 66 + - feature-type: Vibrate 67 + description: Wearer Clitoral Vibrators 68 + id: 018009d0-b5bf-4f97-a13d-909d0e74fabc 69 + output: 70 + Vibrate: 71 + step-range: 72 + - 0 73 + - 20 74 + id: 0e1f9fe7-22d9-4afb-9fe5-192b8e5508c3 46 75 communication: 47 76 - btle: 48 77 names: 49 78 - LY272A01 50 79 - LB-W01 51 80 - HH010 81 + - NBQ-B619RX 52 82 services: 53 83 0000bae0-0000-1000-8000-00805f9b34fb: 54 84 tx: 0000bae1-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: 87 3 + minor: 88