8 lines
153 B
C#
8 lines
153 B
C#
using NetDaemonInterface;
|
|
|
|
namespace NetDaemonInterface;
|
|
|
|
public interface IDeviceCollection
|
|
{
|
|
IDeviceControl GetDevice(DeviceControlEnum area);
|
|
} |