Interface HeatWarning

Written when heat exceeds 100%.

interface HeatWarning {
    event: "HeatWarning";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

event: "HeatWarning"

The type of event.

timestamp: string

The time in GMT, ISO 8601.