mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
refactor: change IHasPowerCycleWithBatteries to IHasPowerCycleWithBattery for clarity
This commit is contained in:
parent
7c7f087898
commit
7f916d1d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// <summary>
|
||||
/// Interface for any device that is able to control its power, has a configurable reboot time, and has batteries that can be monitored
|
||||
/// </summary>
|
||||
public interface IHasPowerCycleWithBatteries : IHasPowerCycle, IHasBatteryStats
|
||||
public interface IHasPowerCycleWithBattery : IHasPowerCycle, IHasBatteryStats
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue