Skip to content

Commit be45cb9

Browse files
Orgasmscienceqdot
authored andcommitted
Added Name for Hush Prototype which uses _ instead of -
1 parent ab11161 commit be45cb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Buttplug.Server/Bluetooth/Devices/Lovense.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public enum Chrs : uint
6363

6464
// Hush
6565
"LVS-Z001",
66+
67+
// Hush Prototype
68+
"LVS_Z001",
69+
6670
};
6771

6872
public Guid[] Characteristics { get; } =
@@ -187,6 +191,7 @@ internal class Lovense : ButtplugBluetoothDevice
187191
{ "LVS-L009", "Ambi" },
188192
{ "LVS-S001", "Lush" },
189193
{ "LVS-Z001", "Hush" },
194+
{ "LVS_Z001", "Hush" },
190195
{ "LVS-P36", "Edge" },
191196
{ "LVS-Z36", "Hush" },
192197
{ "LVS-Domi37", "Domi" },

0 commit comments

Comments
 (0)