Class ChildTriggerLogEntry
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents a single trigger log entry reported by a child device.
public sealed class ChildTriggerLogEntry
- Inheritance
-
ChildTriggerLogEntry
- Inherited Members
Properties
EventId
Gets the device-reported event identifier.
public string? EventId { get; }
Property Value
EventName
Gets the event name such as a button click type.
public string? EventName { get; }
Property Value
Id
Gets the numeric log identifier, when reported.
public int? Id { get; }
Property Value
- int?
Timestamp
Gets the raw event timestamp value, when reported.
public long? Timestamp { get; }
Property Value
- long?