Table of Contents

Class DeviceTimeState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents normalized device-local time information.

public sealed class DeviceTimeState
Inheritance
DeviceTimeState
Inherited Members

Properties

LocalTime

Gets the local device time, when reported.

public DateTime? LocalTime { get; }

Property Value

DateTime?

RawJson

Gets the raw JSON payload returned by the device.

public string RawJson { get; }

Property Value

string

Region

Gets the reported timezone region, when available.

public string? Region { get; }

Property Value

string

TimeDifferenceMinutes

Gets the reported UTC offset in minutes, when available.

public int? TimeDifferenceMinutes { get; }

Property Value

int?