We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab11161 commit be45cb9Copy full SHA for be45cb9
1 file changed
Buttplug.Server/Bluetooth/Devices/Lovense.cs
@@ -63,6 +63,10 @@ public enum Chrs : uint
63
64
// Hush
65
"LVS-Z001",
66
+
67
+ // Hush Prototype
68
+ "LVS_Z001",
69
70
};
71
72
public Guid[] Characteristics { get; } =
@@ -187,6 +191,7 @@ internal class Lovense : ButtplugBluetoothDevice
187
191
{ "LVS-L009", "Ambi" },
188
192
{ "LVS-S001", "Lush" },
189
193
{ "LVS-Z001", "Hush" },
194
+ { "LVS_Z001", "Hush" },
190
195
{ "LVS-P36", "Edge" },
196
{ "LVS-Z36", "Hush" },
197
{ "LVS-Domi37", "Domi" },
0 commit comments