Table of Contents

Class CloudConnectionState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents normalized cloud-connectivity information.

public sealed class CloudConnectionState
Inheritance
CloudConnectionState
Inherited Members

Properties

IsConnected

Gets whether the device reports an active cloud connection.

public bool? IsConnected { get; }

Property Value

bool?

IsProvisioned

Gets whether the device reports cloud provisioning, when available.

public bool? IsProvisioned { get; }

Property Value

bool?

RawJson

Gets the raw JSON payload returned by the device.

public string RawJson { get; }

Property Value

string

Server

Gets the configured cloud server, when reported.

public string? Server { get; }

Property Value

string

UserName

Gets the cloud account user name, when reported.

public string? UserName { get; }

Property Value

string