Table of Contents

Class ChildReportModeModule

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Provides typed report-mode information for a child sensor device.

public sealed class ChildReportModeModule
Inheritance
ChildReportModeModule
Inherited Members

Properties

ReportInterval

Gets the latest reported sensor report interval in seconds.

public int? ReportInterval { get; }

Property Value

int?

State

Gets the latest typed report-mode state for the child device.

public ChildReportModeState? State { get; }

Property Value

ChildReportModeState

Methods

UpdateAsync(CancellationToken)

Refreshes the parent device state and child module data.

public Task UpdateAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task