Files
Stephan Maier b9eb4cf019 Neuerstellung
2023-08-29 11:37:30 +02:00

8 lines
153 B
C#

using NetDaemonInterface;
namespace NetDaemonInterface;
public interface IDeviceCollection
{
IDeviceControl GetDevice(DeviceControlEnum area);
}