I am still getting started with webCoRE, but making (slow) progress.
I want to create a piston to send me a text if two conditions are true:
–the garage door is open
–The time is after 10 PM and before 6 AM
I think I have figured out how to use the Samsung Multipurpose Sensor to detect if the door is open, and I can get a piston to send me a text.
But I am having trouble with the time.
I am thinking I should set an IF using a Variable.But, if I pick $time, it is a string variable and I cannot set a condition for BETWEEN.
Should I be using a different variable?
Thanks for any guidance!