Class ChildTriggerLogState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents trigger log state reported by an event-driven child device.
public sealed class ChildTriggerLogState
- Inheritance
-
ChildTriggerLogState
- Inherited Members
Properties
Logs
Gets the trigger log entries reported for the child device.
public IReadOnlyList<ChildTriggerLogEntry> Logs { get; }