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
RawJson
Gets the raw JSON payload returned by the device.
public string RawJson { get; }
Property Value
Region
Gets the reported timezone region, when available.
public string? Region { get; }
Property Value
TimeDifferenceMinutes
Gets the reported UTC offset in minutes, when available.
public int? TimeDifferenceMinutes { get; }
Property Value
- int?