FritzApi v2.0.0-rc.0 FritzApi.Alert View Source
An alert sensor
Properties
state
: last known alert state; eithertrue
,false
ornil
last_alert_change
: time of the last alert change
Link to this section Summary
Link to this section Types
Specs
t() :: %FritzApi.Alert{ last_alert_change: DateTime.t() | nil, state: boolean() | nil }