Class WallboxPowerState

  • All Implemented Interfaces:

    
    public final class WallboxPowerState
    
                        

    Displays the current energy flow of the wallbox

    Since:

    2.3

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getId()
      final Integer getPowerW()
      final Integer getSolarPowerW()
      • Methods inherited from class java.lang.Object

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

      • WallboxPowerState

        WallboxPowerState(Integer id, Integer powerW, Integer solarPowerW)
        Parameters:
        id - Id of the wallbox at the home power station
        powerW - Complete energy consumption in W
        solarPowerW - Share of solar energy in powerW (W)