Class SensorHistorySeries

java.lang.Object
io.aether.api.smarthome.gui.state.SensorHistorySeries
All Implemented Interfaces:
io.aether.utils.ToString

public class SensorHistorySeries extends Object implements io.aether.utils.ToString
  • Field Details

    • META_BODY

      public static final io.aether.net.fastMeta.FastMetaType<SensorHistorySeries> META_BODY
    • META

      public static final io.aether.net.fastMeta.FastMetaType<SensorHistorySeries> META
    • commutatorUuid

      protected final String commutatorUuid
    • deviceId

      protected final int deviceId
    • deviceName

      protected final String deviceName
    • unit

      protected final String unit
    • points

      protected final GraphPoint[] points
  • Constructor Details

    • SensorHistorySeries

      public SensorHistorySeries(String commutatorUuid, int deviceId, String deviceName, String unit, GraphPoint[] points)
  • Method Details

    • getCommutatorUuid

      public String getCommutatorUuid()
    • getDeviceId

      public int getDeviceId()
    • getDeviceName

      public String getDeviceName()
    • getUnit

      public String getUnit()
    • getPoints

      public GraphPoint[] getPoints()
    • pointsContains

      public boolean pointsContains(GraphPoint el)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public void toString(io.aether.utils.AString sb)
      Specified by:
      toString in interface io.aether.utils.ToString