Table of Contents

Class ChildLockState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents normalized child-lock state for a device.

public sealed class ChildLockState
Inheritance
ChildLockState
Inherited Members

Properties

Enabled

Gets whether child lock is enabled.

public bool? Enabled { get; }

Property Value

bool?

RawJson

Gets the raw JSON payload returned by the device.

public string RawJson { get; }

Property Value

string