Class DetectedChildDevice
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents a detected child device during hub scanning.
public sealed class DetectedChildDevice
- Inheritance
-
DetectedChildDevice
- Inherited Members
Properties
Category
Gets the detected device category.
public string? Category { get; }
Property Value
DeviceId
Gets the detected device identifier.
public string DeviceId { get; }
Property Value
Model
Gets the detected device model.
public string? Model { get; }
Property Value
RawJson
Gets the raw JSON for the detected device.
public string? RawJson { get; }