Neuerstellung
This commit is contained in:
8
NetDaemonApps/NetDeamonInterface/IDeviceCollection.cs
Normal file
8
NetDaemonApps/NetDeamonInterface/IDeviceCollection.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using NetDaemonInterface;
|
||||
|
||||
namespace NetDaemonInterface;
|
||||
|
||||
public interface IDeviceCollection
|
||||
{
|
||||
IDeviceControl GetDevice(DeviceControlEnum area);
|
||||
}
|
||||
Reference in New Issue
Block a user