Skip to content

Commit

Permalink
fix: Correct the Lovense Mini Sex Machine config
Browse files Browse the repository at this point in the history
The device advertises as LVS-Z14 but DeviceType returns FS...
  • Loading branch information
blackspherefollower authored and qdot committed May 18, 2024
1 parent 656549c commit a08e255
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
@@ -1,7 +1,7 @@
{
"version": {
"major": 2,
"minor": 30
"minor": 31
},
"protocols": {
"lovense": {
Expand Down Expand Up @@ -315,7 +315,7 @@
},
{
"identifier": [
"Z"
"FS"
],
"name": "Lovense Mini Sex Machine",
"messages": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": {
"major": 3,
"minor": 0
"minor": 1
},
"protocols": {
"lovense": {
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"identifier": [
"Z"
"FS"
],
"name": "Lovense Mini Sex Machine",
"features": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# user in the user device config file.
version:
major: 2
minor: 30
minor: 31
protocols:
lovense:
# Lovense is special. Special in oh so many ways.
Expand Down Expand Up @@ -285,7 +285,7 @@ protocols:
ActuatorType: Oscillate
FeatureDescriptor: Fucking Machine Oscillation Speed
- identifier:
- Z
- FS
name: Lovense Mini Sex Machine
messages:
ScalarCmd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version:
major: 3
minor: 0
minor: 1
protocols:
lovense:
defaults:
Expand Down Expand Up @@ -151,7 +151,7 @@ protocols:
messages:
- SensorReadCmd
- identifier:
- Z
- FS
name: Lovense Mini Sex Machine
features:
- feature-type: Oscillate
Expand Down

0 comments on commit a08e255

Please sign in to comment.