Hallo.
Since the Update 6.42 the following script doesn’t work anymore:
(the down script is working, but the up script not)
on down:
:global setAlarm value=[:tobool true];
:while ($setAlarm) do={
:beep frequency=2000 length=500ms;
:delay delay-time=1000ms;
:beep frequency=4000 length=500ms;
:delay delay-time=1000ms;
}
on up: :global setAlarm value=[:tobool false];