feature: custom device models
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Disco.Models.UI.Config.DeviceModel
|
||||
{
|
||||
public interface ConfigDeviceModelCreateModel : BaseUIModel
|
||||
{
|
||||
string Description { get; set; }
|
||||
string Manufacturer { get; set; }
|
||||
string ManufacturerModel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user