mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feature: added additional parameters to IHasPowerCycleWithBatteries
This commit is contained in:
parent
898dab1d9a
commit
7c7f087898
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
|
||||
public interface IHasPowerCycleWithBatteries : IHasPowerCycle, IHasBatteryStats
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue