Table of Contents

Class ChildWaterLeakSensorState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents water leak sensor state for a child device.

public sealed class ChildWaterLeakSensorState
Inheritance
ChildWaterLeakSensorState
Inherited Members

Properties

Alert

Gets whether an alert is currently active.

public bool? Alert { get; }

Property Value

bool?

AlertTimestamp

Gets the raw timestamp of the latest alert, when reported.

public long? AlertTimestamp { get; }

Property Value

long?

Status

Gets the reported water leak status string.

public string? Status { get; }

Property Value

string