Versions in this module Expand all Collapse all v1 v1.4.23 Jul 11, 2018 Changes in this version + type Device struct + ID string + InternalID string + Measurements *Measurements + Name string + Properties *Properties + State *State + type DeviceList struct + Devices []Device + NumberOfItems int + type Lock struct + HwLock string + SwLock string + type Mapper interface + Convert func([]fritz.Device) DeviceList + func NewMapper() Mapper + type Measurements struct + EnergyConsumption string + PowerConsumption string + Temperature string + type NextChange struct + At string + Goal string + type Properties struct + Lock *Lock + Vendor *Vendor + Warnings []string + type State struct + Connected bool + Switch string + TemperatureControl *TemperatureControl + type TemperatureControl struct + Comfort string + Goal string + NextChange *NextChange + Saving string + type Vendor struct + FirmwareVersion string + Manufacturer string + ProductName string