File tree Expand file tree Collapse file tree
Buttplug.Server/Bluetooth/Devices Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments