When I reboot router it says that it ran the script 1 time and sytem scheduler says it ran 1 time but leds dont light up. If I click on run script then they come on.
your script is probbaly running too quickly - before the system is fully ready for whatever your script does. Put a delay of 10s on startup and try again.
I want to make a simple script - that only blink when the registration is under -90 else led 1-4 is on
plsssss help me .
I think that me mistake is in the syntax
thank you !
this is my script:
:if ([/interface wireless registration-table get value-name=signal-strength number=0] =-123)
do={/interface wireless registration-table remove numbers=0}
else={beep frequency=1000 length=2}
this one works, and if I change the “=” to "<= " it give me that the interval is not good.
why is it???
I ask this question 3 times here and still get no answer - it cant be that hard.
please help me.