Table of Contents

Class MatterSetupInfo

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents Matter setup information exposed by a device.

public sealed class MatterSetupInfo
Inheritance
MatterSetupInfo
Inherited Members

Properties

RawJson

Gets the raw JSON payload returned by the device.

public string RawJson { get; }

Property Value

string

SetupCode

Gets the Matter setup code, when reported.

public string? SetupCode { get; }

Property Value

string

SetupPayload

Gets the Matter setup payload, when reported.

public string? SetupPayload { get; }

Property Value

string