Skip to content

Commit d10a5cf

Browse files
Orgasmscienceqdot
authored andcommitted
Added Name for Hush Prototype which uses _ instead of -
(this time for real)
1 parent be45cb9 commit d10a5cf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Buttplug.Server/Bluetooth/Devices/Lovense.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public enum Chrs : uint
6565
"LVS-Z001",
6666

6767
// Hush Prototype
68-
"LVS_Z001",
69-
68+
"LVS_Z001"
7069
};
7170

7271
public Guid[] Characteristics { get; } =
@@ -191,7 +190,7 @@ internal class Lovense : ButtplugBluetoothDevice
191190
{ "LVS-L009", "Ambi" },
192191
{ "LVS-S001", "Lush" },
193192
{ "LVS-Z001", "Hush" },
194-
{ "LVS_Z001", "Hush" },
193+
{ "LVS_Z001", "Hush Prototype" },
195194
{ "LVS-P36", "Edge" },
196195
{ "LVS-Z36", "Hush" },
197196
{ "LVS-Domi37", "Domi" },

0 commit comments

Comments
 (0)