Skip to content

Commit 81cba0e

Browse files
blackspherefollowerqdot
authored andcommitted
Adding new Lovense Domi support
Also updating the names and order to closer reflect the JS.
1 parent 9b56195 commit 81cba0e

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

Buttplug.Server/Bluetooth/Devices/Lovense.cs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum Chrs : uint
6363
// Hush
6464
"LVS-Z001",
6565

66-
// Hush Prototype
66+
// Hush
6767
"LVS_Z001",
6868
};
6969

@@ -127,8 +127,11 @@ public enum Chrs : uint
127127

128128
public string[] Names { get; } =
129129
{
130-
// Edge
130+
// Domi
131131
"LVS-Domi37",
132+
133+
// Domi
134+
"LVS-Domi38",
132135
};
133136

134137
public Guid[] Characteristics { get; } =
@@ -220,11 +223,12 @@ internal class Lovense : ButtplugBluetoothDevice
220223
{ "LVS-B011", "Max" },
221224
{ "LVS-L009", "Ambi" },
222225
{ "LVS-S001", "Lush" },
223-
{ "LVS-Z001", "Hush" },
224-
{ "LVS_Z001", "Hush Prototype" },
225-
{ "LVS-P36", "Edge" },
226226
{ "LVS-Z36", "Hush" },
227+
{ "LVS-Z001", "Hush" },
228+
{ "LVS_Z001", "Hush" },
227229
{ "LVS-Domi37", "Domi" },
230+
{ "LVS-Domi38", "Domi" },
231+
{ "LVS-P36", "Edge" },
228232
{ "LVS-Edge37", "Edge" },
229233
};
230234

0 commit comments

Comments
 (0)