Skip to content

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

System.String

DeviceManufacturer.Model Property

Модель устройства.

csharp
public string? Model { get; init; }

Property Value

System.String

DeviceManufacturer.Name Property

Название производителя.

csharp
public string? Name { get; init; }

Property Value

System.String

DeviceManufacturer.SoftwareVersion Property

Версия прошивки/ПО.

csharp
public string? SoftwareVersion { get; init; }

Property Value

System.String

Опубликовано под лицензией MIT