java.lang.Object
com.github.kaklakariada.fritzbox.model.homeautomation.DeviceList

public class DeviceList extends Object
  • Constructor Details

    • DeviceList

      public DeviceList()
  • Method Details

    • getApiVersion

      public String getApiVersion()
    • getDevices

      public List<Device> getDevices()
    • getGroups

      public List<Group> getGroups()
    • getDeviceByIdentifier

      public Device getDeviceByIdentifier(String identifier)
    • getDeviceIdentifiers

      public List<String> getDeviceIdentifiers()
    • getFirmwareVersion

      public String getFirmwareVersion()
    • getGroupById

      public Group getGroupById(String id)
    • toString

      public String toString()
      Overrides:
      toString in class Object