Neuerstellung
This commit is contained in:
18
NetDaemonApps/NetDeamonInterface/IDeviceControl.cs
Normal file
18
NetDaemonApps/NetDeamonInterface/IDeviceControl.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using HomeAssistantGenerated;
|
||||
using NetDaemonInterface;
|
||||
using System.Reactive.Concurrency;
|
||||
|
||||
namespace NetDaemonInterface;
|
||||
|
||||
/// <summary>
|
||||
/// Interface used for providing inputs/events to area's
|
||||
/// </summary>
|
||||
public interface IDeviceControl
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Werteänderung
|
||||
/// </summary>
|
||||
public void Idle(IEntities entities, IScheduler scheduler);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user