Interface WeatherStation

All Superinterfaces:
AutoCloseable, Commented, ComplexInstrument, ComprehensiveIdentification, Device, Identified<Identification>, Named, Serializable
All Known Implementing Classes:
SimulatedWeatherStation

public interface WeatherStation extends ComplexInstrument
Interface for a weather station instrument. A weather station is a complex instrument aggregating temperature, humidity and pressure sensors.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getTemperatureProbe

      TemperatureProbe getTemperatureProbe()
    • getHumidityProbe

      HumidityProbe getHumidityProbe()
    • getPressureGauge

      PressureGauge getPressureGauge()
    • getTemperatureCelsius

      default double getTemperatureCelsius()
    • getHumidityPercent

      default double getHumidityPercent()
    • getPressureHPa

      default double getPressureHPa()