NullTempSensor
- class NullTempSensor[source]
Bases:
object- __init__()
Methods
Attributes
- error: str = 'Error connecting to the temp_sensor '
- start() None[source]
Starts the sensor.
- get_temperature() tuple[float, float, str][source]
Gets temperature and humidity.
- Returns:
Temperature, humidity, and formatted string.
- Return type:
tuple[float, float, str]