Search found 1 match

by elimone
Monday 19 February 2018 16:40
Forum: Blockly
Topic: Is it raining?
Replies: 1
Views: 837

Is it raining?

Hi! I've a simple question. WeatherUnderground give me the rain status with this variables 0;1.0 where 0 is the actual precipitation, and 1.0 is the expected rainfall. So I would build a simple script that send me an email when the actual precipitation is >0 but when i built the script something ...