I have an ITWatchDog unit with a water sensor. The sensor just puts out a value of 95 to 100 if it is dry, and a lower value somewhere between 10 and 60 when it detects water. Is there any way to use the enumeration map so that it just outputs a "Dry" and "Not Dry" based on those ranges? I don't want to have to put in 100 rows to cover the whole range.
↧