Class PowerStateConverter

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.service.converter.FrameConverter , kotlin.Function , kotlin.Function1

    
    public final class PowerStateConverter
     implements FrameConverter<PowerState>
                        

    Converter to build a PowerState object from a frame

    Since:

    2.0

    2.3

    • PowerState.wallboxConsumption and PowerState.wallboxProportionateSolarShare is filled by reading the blocks EMSTag.POWER_WB_ALL and EMSTag.POWER_WB_SOLAR

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      PowerState invoke(FrameĀ frame)
      • Methods inherited from class java.lang.Object

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

      • PowerStateConverter

        PowerStateConverter()
    • Method Detail

      • invoke

         PowerState invoke(FrameĀ frame)