diff --git a/crates/buttplug_server_device_config/build-config/buttplug-device-config-v5.json b/crates/buttplug_server_device_config/build-config/buttplug-device-config-v5.json index a1aeeeaa0..453084228 100644 --- a/crates/buttplug_server_device_config/build-config/buttplug-device-config-v5.json +++ b/crates/buttplug_server_device_config/build-config/buttplug-device-config-v5.json @@ -1,7 +1,7 @@ { "version": { "major": 5, - "minor": 30 + "minor": 32 }, "protocols": { "activejoy": { @@ -1526,6 +1526,7 @@ "BGZY", "A531", "YXSJ", + "K128", "G317", "G312", "G302", @@ -2029,6 +2030,13 @@ ], "name": "Adorime Pink Touch" }, + { + "id": "f81414d2-6a99-4dde-9b59-e6e77fd037df", + "identifier": [ + "K128" + ], + "name": "Galaku F1" + }, { "features": [ { @@ -3937,6 +3945,59 @@ ], "name": "Adorime Backy" }, + { + "features": [ + { + "description": "Thruster", + "id": "0a42e499-11b4-4fa6-aec8-a9d0aa3a8eff", + "index": 0, + "output": { + "oscillate": { + "value": [ + 0, + 100 + ] + } + } + }, + { + "description": "Vibrate", + "id": "ee2e67ea-12c4-4dc9-9e81-0edcefd31d6c", + "index": 1, + "output": { + "vibrate": { + "value": [ + 0, + 100 + ] + } + } + }, + { + "description": "Battery Level", + "id": "37e2c89c-17a6-4449-8d5b-629c9abaca03", + "index": 2, + "input": { + "battery": { + "command": [ + "Read" + ], + "value": [ + [ + 0, + 100 + ] + ] + } + } + } + ], + "id": "d5a1963d-ec8c-4e89-af2f-df1572315b90", + "identifier": [ + "AK71" + ], + "name": "Adorime Anal Vibrator 2" + }, { "features": [ { diff --git a/crates/buttplug_server_device_config/device-config/protocols/galaku.yml b/crates/buttplug_server_device_config/device-config/protocols/galaku.yml index fd5c5840b..ac3e4f288 100644 --- a/crates/buttplug_server_device_config/device-config/protocols/galaku.yml +++ b/crates/buttplug_server_device_config/device-config/protocols/galaku.yml @@ -280,6 +280,10 @@ configurations: - A531 name: Adorime Pink Touch id: 5cfdd204-e0dd-4ec5-b133-205bd6ce660a +- identifier: + - K128 + name: Galaku F1 + id: f81414d2-6a99-4dde-9b59-e6e77fd037df # Type 1 - identifier: - G317 @@ -1397,6 +1401,37 @@ configurations: - Read index: 2 id: 349e64b6-931f-4e1a-b69c-4f9652f0cf2c +- identifier: + - AK71 + name: Adorime Anal Vibrator 2 + features: + - description: Thruster + id: 0a42e499-11b4-4fa6-aec8-a9d0aa3a8eff + output: + oscillate: + value: + - 0 + - 100 + index: 0 + - description: Vibrate + id: ee2e67ea-12c4-4dc9-9e81-0edcefd31d6c + output: + vibrate: + value: + - 0 + - 100 + index: 1 + - description: Battery Level + id: 37e2c89c-17a6-4449-8d5b-629c9abaca03 + input: + battery: + value: + - - 0 + - 100 + command: + - Read + index: 2 + id: d5a1963d-ec8c-4e89-af2f-df1572315b90 - identifier: - YXSJ name: Adorime Cock Ring @@ -1645,6 +1680,7 @@ communication: - BGZY # Adorime Penis Helmet Vibrator - A531 # Adorime Pink Touch - YXSJ # Adorime Cock Ring + - K128 # Galaku F1 # Type 1 - G317 - G312 diff --git a/crates/buttplug_server_device_config/device-config/version.yaml b/crates/buttplug_server_device_config/device-config/version.yaml index 03b91ac4b..4175f5024 100644 --- a/crates/buttplug_server_device_config/device-config/version.yaml +++ b/crates/buttplug_server_device_config/device-config/version.yaml @@ -1,3 +1,3 @@ version: major: 5 - minor: 30 + minor: 32