mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-17 05:35:03 +00:00
remove dummy device add
This commit is contained in:
@@ -48,8 +48,6 @@ namespace PepperDash.Essentials
|
|||||||
SubscribeToDisplayFeedbacks();
|
SubscribeToDisplayFeedbacks();
|
||||||
|
|
||||||
CreateOrUpdateScheduledEvents();
|
CreateOrUpdateScheduledEvents();
|
||||||
|
|
||||||
DeviceManager.AddDevice(DummySource);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Dictionary<string, StringFeedback> CurrentPresetsFeedbacks { get; private set; }
|
public Dictionary<string, StringFeedback> CurrentPresetsFeedbacks { get; private set; }
|
||||||
|
|||||||
@@ -81,8 +81,6 @@ namespace PepperDash.Essentials.Core
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public abstract void PowerOn();
|
public abstract void PowerOn();
|
||||||
public abstract void PowerOff();
|
public abstract void PowerOff();
|
||||||
public abstract void PowerToggle();
|
public abstract void PowerToggle();
|
||||||
@@ -315,7 +313,5 @@ namespace PepperDash.Essentials.Core
|
|||||||
var newEvent = NumericSwitchChange;
|
var newEvent = NumericSwitchChange;
|
||||||
if (newEvent != null) newEvent(this, e);
|
if (newEvent != null) newEvent(this, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user