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
SetupCode
Gets the Matter setup code, when reported.
public string? SetupCode { get; }
Property Value
SetupPayload
Gets the Matter setup payload, when reported.
public string? SetupPayload { get; }