Skip to content

ThinkingHome.DeviceModel

ThinkingHome.DeviceModel.Properties

IlluminanceProperty Class

Освещённость, лк — нормализованная единица ядра (Matter хранит 10000·log10(lux)+1, нормализует драйвер). Matter cluster Illuminance Measurement (0x0400). Instance — "illuminance".

csharp
public sealed record IlluminanceProperty : ThinkingHome.DeviceModel.Properties.Property, System.IEquatable<ThinkingHome.DeviceModel.Properties.IlluminanceProperty>

Inheritance System.ObjectProperty → IlluminanceProperty

Implements System.IEquatable<IlluminanceProperty>

Fields

IlluminanceProperty.InstanceName Field

Канонический instance.

csharp
public const string InstanceName = "illuminance";

Field Value

System.String

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