Table of Contents

Class HomeKitSetupInfo

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents HomeKit setup information exposed by a device.

public sealed class HomeKitSetupInfo
Inheritance
HomeKitSetupInfo
Inherited Members

Properties

RawJson

Gets the raw JSON payload returned by the device.

public string RawJson { get; }

Property Value

string

SetupCode

Gets the HomeKit setup code, when reported.

public string? SetupCode { get; }

Property Value

string

SetupPayload

Gets the HomeKit setup payload, when reported.

public string? SetupPayload { get; }

Property Value

string