View Source FritzApi.Actor (fritz_api v3.0.0)
A smart home actor.
Properties:
ain: identification of the actor, e.g. "012340000123" or MAC address for network devicesfwversion: firmware version of the deviceid: internal device IDmanufacturer: should always be "AVM"productname: product name of the device;nilif undefined or unknownpresent: indicates whether the devices is connected with the FritzBox; eithertrue,falseornilname: name of the devicefunctions: list of device function classes
Summary
Types
@type t() :: %FritzApi.Actor{ ain: String.t(), alert: FritzApi.Alert.t(), functions: [String.t()], fwversion: String.t(), id: String.t(), manufacturer: String.t(), name: String.t(), powermeter: FritzApi.Powermeter.t(), present: boolean(), productname: String.t(), switch: FritzApi.Switch.t(), temperature: FritzApi.Temperature.t() }