Class ForecastWindService.WeatherForecastModel

java.lang.Object
org.openremote.manager.energy.ForecastWindService.WeatherForecastModel
Enclosing class:
ForecastWindService

protected static class ForecastWindService.WeatherForecastModel extends Object
  • Field Details

    • timestamp

      protected long timestamp
      Seconds
    • tempature

      protected double tempature
    • humidity

      protected int humidity
    • windSpeed

      protected double windSpeed
    • windDirection

      protected int windDirection
    • uv

      protected double uv
  • Constructor Details

    • WeatherForecastModel

      protected WeatherForecastModel()
  • Method Details

    • getTimestamp

      public long getTimestamp()
    • getTempature

      public double getTempature()
    • getHumidity

      public int getHumidity()
    • getWindSpeed

      public double getWindSpeed()
    • getWindDirection

      public int getWindDirection()
    • getUv

      public double getUv()