Skip to content

Commit

Permalink
fix: Correct feature order for metaXsire BuCUE
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower authored and qdot committed May 17, 2024
1 parent 6701a4c commit 656549c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8065,14 +8065,14 @@
0,
255
],
"ActuatorType": "Vibrate"
"ActuatorType": "Oscillate"
},
{
"StepRange": [
0,
255
],
"ActuatorType": "Oscillate"
"ActuatorType": "Vibrate"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10194,7 +10194,7 @@
"name": "metaXsire BuCUE",
"features": [
{
"feature-type": "Vibrate",
"feature-type": "Oscillate",
"actuator": {
"step-range": [
0,
Expand All @@ -10206,7 +10206,7 @@
}
},
{
"feature-type": "Oscillate",
"feature-type": "Vibrate",
"actuator": {
"step-range": [
0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3949,10 +3949,10 @@ protocols:
name: metaXsire BuCUE
messages:
ScalarCmd:
- StepRange: [0, 255]
ActuatorType: Vibrate
- StepRange: [0, 255]
ActuatorType: Oscillate
- StepRange: [0, 255]
ActuatorType: Vibrate
metaxsire-repeat:
btle:
names:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5800,14 +5800,14 @@ protocols:
- LY213A01
name: metaXsire BuCUE
features:
- feature-type: Vibrate
- feature-type: Oscillate
actuator:
step-range:
- 0
- 255
messages:
- ScalarCmd
- feature-type: Oscillate
- feature-type: Vibrate
actuator:
step-range:
- 0
Expand Down

0 comments on commit 656549c

Please sign in to comment.