1) Give a description of the problem
Is there a simple way to detect which Sensor out of multiple sensors has changed value besides a ton of IF statements.
2) What is the expected behavior?
I would like a piston to run when any one of multiple water sensors detects water and I get a SMS message saying which one changed to wet. I would like to use one IF statement that looks at all of my sensors and the IF is True when anyone of them is wet. I really don’t want to have individual IF statements for each sensor.