diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/PduInterfaces.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/PduInterfaces.cs
index 2ca802a2..4cdda3c6 100644
--- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/PduInterfaces.cs
+++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/PduInterfaces.cs
@@ -7,17 +7,17 @@ namespace PepperDash_Essentials_Core.Devices
///
/// Interface for any device that is able to control it'spower and has a configurable reboot time
///
- public interface IHasPowerReboot : IKeyName, IHasPowerControlWithFeedback
+ public interface IHasPowerCycle : IKeyName, IHasPowerControlWithFeedback
{
///
/// Delay between power off and power on for reboot
///
- int PowerRebootTimeMs { get;}
+ int PowerCycleTimeMs { get;}
///
/// Reboot outlet
///
- void PowerReboot();
+ void PowerCycle();
}
///
@@ -28,7 +28,7 @@ namespace PepperDash_Essentials_Core.Devices
///
/// Collection of IPduOutlets
///
- Dictionary PduOutlets { get; }
+ Dictionary PduOutlets { get; }
///
/// Count of PduOutlets