String processor(const String& var) { if (var == "TEMPERATURE") { return readDHTTemperature(); } return String(); }