Let me explain you what I want to do. I want to compare two different temperatures. One is coming from
forecast.io and another one from DHT11 sensor. I will filter the message to get the temperature value from both
forecast.io and DHT11.Then, I want to compare these two values using if-else condition and return the different messages depend on the current condition. E.g. The message "Warning" will be returned when value from
forecast.io>value from DHT11, else the message "Ready" will be returned.