Table of Contents

Class ChildTemperatureSensorState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents temperature sensor state for a child device.

public sealed class ChildTemperatureSensorState
Inheritance
ChildTemperatureSensorState
Inherited Members

Properties

MaximumComfortTemperature

Gets the maximum comfort temperature, when reported.

public double? MaximumComfortTemperature { get; }

Property Value

double?

MinimumComfortTemperature

Gets the minimum comfort temperature, when reported.

public double? MinimumComfortTemperature { get; }

Property Value

double?

Temperature

Gets the latest reported temperature value.

public double? Temperature { get; }

Property Value

double?

Unit

Gets the temperature unit such as celsius or fahrenheit.

public string? Unit { get; }

Property Value

string

Warning

Gets whether the child device reports a temperature warning.

public bool? Warning { get; }

Property Value

bool?