Class WriteHandler

java.lang.Object
io.openems.edge.evcs.api.WriteHandler
All Implemented Interfaces:
Runnable

public class WriteHandler extends Object implements Runnable
Handles writes. Called in every cycle
  • Constructor Details

    • WriteHandler

      public WriteHandler(ManagedEvcs parent)
  • Method Details

    • run

      public void run()
      Sends commands to the charging station depending on which profiles it implements.

      It is not sending a command, if the communication failed or the write channel is not set.

      Specified by:
      run in interface Runnable