Interface BatteryService

  • All Implemented Interfaces:

    
    public interface BatteryService
    
                        

    Service to query the battery specification and status data

    Since:

    2.1

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<BatterySpec> readSpecification() Reads the battery specification from the E3DC home power station
      abstract List<BatteryStatus> readMonitoringData() Reads the current status data of the battery
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • readSpecification

         abstract List<BatterySpec> readSpecification()

        Reads the battery specification from the E3DC home power station

        Returns:

        Specification of the battery. As a rule, the list contains only one element. Theoretically, however, a home power station can have several batteries

        Since:

        2.1

      • readMonitoringData

         abstract List<BatteryStatus> readMonitoringData()

        Reads the current status data of the battery

        Returns:

        Current monitoring data. As a rule, the list contains only one element. Theoretically, however, a home power station can have several batteries

        Since:

        2.1