1) Give a description of the problem
I’m working on defining each holiday/season based on their date range as a constant integer Var = {formatDateTime($now,'MMdd' isBetween(1100,1200)};
for example (Thanksgiving). However, I don’t know how to execute the check later in the piston.
2) What is the expected behaviour?
At sunset, set bulbs to a random color based on a list of options provided based on the holiday/season.
I can set up the sunset part, as I currently have another piston doing that, but wanted to make sure I’m setting up the definings correctly first.
I’m trying to keep it as organized as possible, where I define everything at the top.
Then in the execute block, something like, “if Thanksgiving_Date is true, then set Porch to Thanksgiving_Colors”
3) What is happening/not happening?
Just getting started, need guidance.
**4) Post a Green Snapshot of the piston![image|45x37]