Skip to content

ThinkingHome.DeviceModel

ThinkingHome.DeviceModel.Properties

WaterLeakProperty Class

Протечка воды (bool, true — протечка обнаружена). Matter cluster Boolean State (0x0045) на типе Water Leak Detector (0x0043). Instance — "water_leak".

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

Inheritance System.ObjectProperty → WaterLeakProperty

Implements System.IEquatable<WaterLeakProperty>

Fields

WaterLeakProperty.InstanceName Field

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

csharp
public const string InstanceName = "water_leak";

Field Value

System.String

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