temperature top-level constant
The temperature sensor.
Implementation
const temperature = ScienceSensor(
name: "Temperature",
test: temperatureTest,
testDescription: "Average between -15°C and 122°C: Extinct",
);
The temperature sensor.
const temperature = ScienceSensor(
name: "Temperature",
test: temperatureTest,
testDescription: "Average between -15°C and 122°C: Extinct",
);