A quick google search turns this up
choose what text you want to switch a certain relay.
if(relay2 == "defined text")
digitalWrite(relay2pin, HIGH);
etc...
A quick google search turns this up
choose what text you want to switch a certain relay.
if(relay2 == "defined text")
digitalWrite(relay2pin, HIGH);
etc...