Skip to content

Commit 3b792da

Browse files
committed
build: regenerate device configuration for Yiciyuan
1 parent 72d1c6d commit 3b792da

2 files changed

Lines changed: 99 additions & 2 deletions

File tree

crates/buttplug_server_device_config/build-config/buttplug-device-config-v5.json

Lines changed: 98 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": {
33
"major": 5,
4-
"minor": 29
4+
"minor": 30
55
},
66
"protocols": {
77
"activejoy": {
@@ -25107,6 +25107,103 @@
2510725107
"name": "Xuanhuan Masturbator"
2510825108
}
2510925109
},
25110+
"yiciyuan": {
25111+
"communication": [
25112+
{
25113+
"btle": {
25114+
"names": [
25115+
"YCY-FJB-01",
25116+
"YCY-FJB-02"
25117+
],
25118+
"services": {
25119+
"0000ff40-0000-1000-8000-00805f9b34fb": {
25120+
"rxblebattery": "0000ff42-0000-1000-8000-00805f9b34fb",
25121+
"tx": "0000ff41-0000-1000-8000-00805f9b34fb"
25122+
}
25123+
}
25124+
}
25125+
}
25126+
],
25127+
"configurations": [
25128+
{
25129+
"id": "e45517ef-4358-4e65-8d78-3ff9447ea1c9",
25130+
"identifier": [
25131+
"YCY-FJB-01"
25132+
],
25133+
"name": "Yiciyuan FJB-01"
25134+
},
25135+
{
25136+
"id": "48108f07-5871-445b-9f2a-10ceb1809b23",
25137+
"identifier": [
25138+
"YCY-FJB-02"
25139+
],
25140+
"name": "Yiciyuan FJB-02"
25141+
}
25142+
],
25143+
"defaults": {
25144+
"features": [
25145+
{
25146+
"description": "stroke",
25147+
"id": "74f218e9-204e-4600-baf9-43c942b5a6a0",
25148+
"index": 0,
25149+
"output": {
25150+
"oscillate": {
25151+
"value": [
25152+
0,
25153+
100
25154+
]
25155+
}
25156+
}
25157+
},
25158+
{
25159+
"description": "vibrate",
25160+
"id": "4bf007b8-e7df-4c4c-8fbe-ea112128a70f",
25161+
"index": 1,
25162+
"output": {
25163+
"vibrate": {
25164+
"value": [
25165+
0,
25166+
100
25167+
]
25168+
}
25169+
}
25170+
},
25171+
{
25172+
"description": "axis c",
25173+
"id": "f01acf53-731b-452e-be21-e912a65409c8",
25174+
"index": 2,
25175+
"output": {
25176+
"vibrate": {
25177+
"value": [
25178+
0,
25179+
100
25180+
]
25181+
}
25182+
}
25183+
},
25184+
{
25185+
"description": "battery level",
25186+
"id": "5fb5b0a4-aa3f-4e22-9aa3-32a3666d5141",
25187+
"index": 3,
25188+
"input": {
25189+
"battery": {
25190+
"command": [
25191+
"Read"
25192+
],
25193+
"value": [
25194+
[
25195+
0,
25196+
100
25197+
]
25198+
]
25199+
}
25200+
}
25201+
}
25202+
],
25203+
"id": "d5987116-2fba-4c30-a7aa-ef567a3bf35d",
25204+
"name": "Yiciyuan Device"
25205+
}
25206+
},
2511025207
"youcups": {
2511125208
"communication": [
2511225209
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version:
22
major: 5
3-
minor: 29
3+
minor: 30

0 commit comments

Comments
 (0)