Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"major": 5,
"minor": 30
"minor": 32
},
"protocols": {
"activejoy": {
Expand Down Expand Up @@ -1526,6 +1526,7 @@
"BGZY",
"A531",
"YXSJ",
"K128",
"G317",
"G312",
"G302",
Expand Down Expand Up @@ -2029,6 +2030,13 @@
],
"name": "Adorime Pink Touch"
},
{
"id": "f81414d2-6a99-4dde-9b59-e6e77fd037df",
"identifier": [
"K128"
],
"name": "Galaku F1"
},
{
"features": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version:
major: 5
minor: 30
minor: 32