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