More Info Shop
//Control Servo D4
var d4 = ui.get("socket d4");
//Syntax: [<pin>, <targetPos>, <delay>]
cpf.set("socket d4", d4, 20);
cpf.repeat();