Table of Contents

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

string

DeviceId

Gets the detected device identifier.

public string DeviceId { get; }

Property Value

string

Model

Gets the detected device model.

public string? Model { get; }

Property Value

string

RawJson

Gets the raw JSON for the detected device.

public string? RawJson { get; }

Property Value

string