Buttplug sex toy control library

feat: Add support for Adorime Backy

authored by

blackspherefollower and committed by qdot.tngl.sh 3bf3d3e3 527f17a5

+82 -2
+52 -1
crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json
··· 1 1 { 2 2 "version": { 3 3 "major": 4, 4 - "minor": 72 4 + "minor": 74 5 5 }, 6 6 "protocols": { 7 7 "activejoy": { ··· 1332 1332 "QCSW", 1333 1333 "QCPW", 1334 1334 "SN80", 1335 + "BGCD", 1335 1336 "TFG1", 1336 1337 "GK27", 1337 1338 "GX27", ··· 3526 3527 "SN80" 3527 3528 ], 3528 3529 "name": "Adorime G-spot Rabbit Dildo Vibrator" 3530 + }, 3531 + { 3532 + "features": [ 3533 + { 3534 + "description": "Vibrate", 3535 + "id": "72c39683-55e5-418c-94fd-3733089b76a6", 3536 + "output": { 3537 + "vibrate": { 3538 + "value": [ 3539 + 0, 3540 + 100 3541 + ] 3542 + } 3543 + } 3544 + }, 3545 + { 3546 + "description": "Vibrate", 3547 + "id": "dfabda24-3995-4160-9f00-1732fc38281d", 3548 + "output": { 3549 + "vibrate": { 3550 + "value": [ 3551 + 0, 3552 + 100 3553 + ] 3554 + } 3555 + } 3556 + }, 3557 + { 3558 + "description": "Battery Level", 3559 + "id": "deb32910-37e0-4be7-8783-4dd5745be738", 3560 + "input": { 3561 + "battery": { 3562 + "input_commands": [ 3563 + "Read" 3564 + ], 3565 + "value_range": [ 3566 + [ 3567 + 0, 3568 + 100 3569 + ] 3570 + ] 3571 + } 3572 + } 3573 + } 3574 + ], 3575 + "id": "349e64b6-931f-4e1a-b69c-4f9652f0cf2c", 3576 + "identifier": [ 3577 + "BGCD" 3578 + ], 3579 + "name": "Adorime Backy" 3529 3580 }, 3530 3581 { 3531 3582 "features": [
+29
crates/buttplug_server_device_config/device-config-v4/protocols/galaku.yml
··· 1246 1246 input_commands: 1247 1247 - Read 1248 1248 id: 361c0746-f630-41d3-a0bf-f993e2259217 1249 + - identifier: 1250 + - BGCD 1251 + name: Adorime Backy 1252 + features: 1253 + - description: Vibrate 1254 + id: 72c39683-55e5-418c-94fd-3733089b76a6 1255 + output: 1256 + vibrate: 1257 + value: 1258 + - 0 1259 + - 100 1260 + - description: Vibrate 1261 + id: dfabda24-3995-4160-9f00-1732fc38281d 1262 + output: 1263 + vibrate: 1264 + value: 1265 + - 0 1266 + - 100 1267 + - description: Battery Level 1268 + id: deb32910-37e0-4be7-8783-4dd5745be738 1269 + input: 1270 + battery: 1271 + value_range: 1272 + - - 0 1273 + - 100 1274 + input_commands: 1275 + - Read 1276 + id: 349e64b6-931f-4e1a-b69c-4f9652f0cf2c 1249 1277 # Type 2 1250 1278 - identifier: 1251 1279 - TFG1 ··· 1482 1510 - QCSW 1483 1511 - QCPW 1484 1512 - SN80 # Adorime G-spot Rabbit Dildo Vibrator 1513 + - BGCD # Adorime Backy 1485 1514 # Type 2 1486 1515 - TFG1 1487 1516 - GK27
+1 -1
crates/buttplug_server_device_config/device-config-v4/version.yaml
··· 1 1 version: 2 2 major: 4 3 - minor: 72 3 + minor: 74