Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
fix: Fix we-vibe Reina alias type
Browse files Browse the repository at this point in the history
Should be a string, not an int. YAML was a mistake.
  • Loading branch information
qdot committed Nov 26, 2019
1 parent 86db8d1 commit 46a0c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ protocols:
- Reina # Branded Realm
- imassager # Reina alias
- Interactive Massager # Reina alias
- 03 # Reina alias
- "03" # Reina alias
- Sync
- Vector
- Verge
Expand Down

0 comments on commit 46a0c80

Please sign in to comment.