Cleanup
This commit is contained in:
parent
c14279fbbe
commit
b56cfa39aa
@ -2,7 +2,6 @@
|
||||
using System.Text;
|
||||
using CShocker.Devices.Abstract;
|
||||
using CShocker.Devices.Additional;
|
||||
using CShocker.Ranges;
|
||||
using CShocker.Shockers;
|
||||
using CShocker.Shockers.Abstract;
|
||||
using Microsoft.Extensions.Logging;
|
||||
@ -11,8 +10,6 @@ namespace CShocker.Devices.APIs;
|
||||
|
||||
public class OpenShockHttp : OpenShockApi
|
||||
{
|
||||
|
||||
|
||||
protected override void ControlInternal(ControlAction action, Shocker shocker, int intensity, int duration)
|
||||
{
|
||||
if (shocker is not OpenShockShocker openShockShocker)
|
||||
|
@ -1,7 +1,6 @@
|
||||
using System.IO.Ports;
|
||||
using CShocker.Devices.Abstract;
|
||||
using CShocker.Devices.Additional;
|
||||
using CShocker.Ranges;
|
||||
using CShocker.Shockers;
|
||||
using CShocker.Shockers.Abstract;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
@ -2,7 +2,6 @@
|
||||
using System.Text;
|
||||
using CShocker.Devices.Abstract;
|
||||
using CShocker.Devices.Additional;
|
||||
using CShocker.Ranges;
|
||||
using CShocker.Shockers;
|
||||
using CShocker.Shockers.Abstract;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
Loading…
Reference in New Issue
Block a user