ThinkingHome.DeviceModel
ThinkingHome.DeviceModel
DeviceManufacturer Class
Паспортные данные устройства: производитель, модель, версии.
csharp
public sealed record DeviceManufacturer : System.IEquatable<ThinkingHome.DeviceModel.DeviceManufacturer>Inheritance System.Object → DeviceManufacturer
Implements System.IEquatable<DeviceManufacturer>
Properties
DeviceManufacturer.HardwareVersion Property
Версия аппаратной ревизии.
csharp
public string? HardwareVersion { get; init; }Property Value
DeviceManufacturer.Model Property
Модель устройства.
csharp
public string? Model { get; init; }Property Value
DeviceManufacturer.Name Property
Название производителя.
csharp
public string? Name { get; init; }Property Value
DeviceManufacturer.SoftwareVersion Property
Версия прошивки/ПО.
csharp
public string? SoftwareVersion { get; init; }