Package com.inhousegreenhouse.ch.backend.model.greenhouse.sensor.core
-
Interface Summary Interface Description ISensor<T extends java.lang.Number> Common interface for all sensors. -
Class Summary Class Description AnalogSensor<T extends java.lang.Number> This class represents an analog sensor and is used to read the analog value of the sensor.BaseSensor<T extends java.lang.Number> BaseSensor is the base class for all sensors.SensorList This class stores all the loaded sensors, where every sensor is sorted by its type in a own list. -
Enum Summary Enum Description Position This class represents a position on the board with a string value that defines the position id.SensorType The type of sensor.