Class SunSpecCodeGenerator.Point.Symbol

java.lang.Object
io.openems.edge.bridge.modbus.sunspec.SunSpecCodeGenerator.Point.Symbol
Enclosing class:
SunSpecCodeGenerator.Point

public static class SunSpecCodeGenerator.Point.Symbol extends Object
POJO container for a SunSpec Point Symbol.
  • Field Details

    • id

      protected final String id
    • value

      protected final int value
    • label

      protected String label
    • description

      protected String description
    • notes

      protected String notes
  • Constructor Details

    • Symbol

      protected Symbol(String id, int value)