Does someone know why I am not able ti schedule an event :
I am using a code to feed my fish:
CAYENNE_IN(9) { // Determine angle to set the servo. int value = getValue.asInt(); int position3 = value * 270; s3.write(position3); }
There is some issue with scheduler event which the team is working on.