Class ChildSetupScanResult
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents the latest child setup scan result reported by a hub.
public sealed class ChildSetupScanResult
- Inheritance
-
ChildSetupScanResult
- Inherited Members
Properties
DetectedDevices
Gets the detected child devices from the latest scan.
public IReadOnlyList<DetectedChildDevice> DetectedDevices { get; }
Property Value
SupportedCategories
Gets the supported child categories reported by the hub.
public IReadOnlyList<string> SupportedCategories { get; }