Table of Contents

Class LedNightModeSettings

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents LED night-mode configuration when the device exposes it.

public sealed class LedNightModeSettings
Inheritance
LedNightModeSettings
Inherited Members

Properties

EndMinute

Gets the configured night-mode end minute, when reported.

public int? EndMinute { get; }

Property Value

int?

ModeType

Gets the night-mode type, such as a scheduled or sunrise/sunset mode.

public string? ModeType { get; }

Property Value

string

StartMinute

Gets the configured night-mode start minute, when reported.

public int? StartMinute { get; }

Property Value

int?

SunriseOffsetMinutes

Gets the configured sunrise offset in minutes, when reported.

public int? SunriseOffsetMinutes { get; }

Property Value

int?

SunsetOffsetMinutes

Gets the configured sunset offset in minutes, when reported.

public int? SunsetOffsetMinutes { get; }

Property Value

int?