float fetchTemperature() { return 22.5; } float fetchHumidity() { return 60.0; } float fetchLight() { return 2000.4; }