Table of Contents

Class LightTransitionState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents normalized light transition module state.

public sealed class LightTransitionState
Inheritance
LightTransitionState
Inherited Members

Properties

RawJson

Gets the raw JSON payload returned by the device.

public string RawJson { get; }

Property Value

string

TransitionOffSeconds

Gets the transition duration used when turning the light off, in seconds.

public int? TransitionOffSeconds { get; }

Property Value

int?

TransitionOnSeconds

Gets the transition duration used when turning the light on, in seconds.

public int? TransitionOnSeconds { get; }

Property Value

int?