View Source FritzApi.Alert (fritz_api v3.0.0)
An alert sensor
Properties
state: last known alert state; eithertrue,falseornillast_alert_change: time of the last alert change
Summary
Types
@type t() :: %FritzApi.Alert{ last_alert_change: DateTime.t() | nil, state: boolean() | nil }