1) Give a description of the problem
Piston that is supposed to function every 2 weeks is firing every week.
2) What is the expected behavior?
Piston should fire every OTHER Thursday
3) What is happening/not happening?
Piston is instead firing every Thursday .
**4) Post a Green Snapshot of the piston
/**************************************************************/
/* webCoRE Piston XXXXXXX
execute
every other Thursday , at 8:04:00 PM
do
Set location mode to XXXXXXXX;
end every;
end execute;
5) Attach any logs (From ST IDE and by turning logging level to Full)
No need for logs; they confirm the piston is firing every Thursday instead of every other Thursday.
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.