Setup guide

Ctrl+x - exits editor discarding changes
Command Description
edit (name) - opens the script specified by the name argument in full-screen editor
Notes
All characters that are deleted by backspace, delete or Ctrl+k keys are accumulated in the buffer.
Pressing any other key finishes adding to this buffer (Ctrl+y can paste it's contents), and the next
delete operation will replace it's contents. Undo doesn't change contents of cut buffer.
Script editor works only on VT102 compatible terminals (terminal names "vt102", "linux", "xterm",
"rxvt" are recognized as VT102 at the moment). Delete, backspace and cursor keys might not work
with all terminal programs, use 'Ctrl' alternatives in such cases.
Example
The following example shows the script editor window with a sample script open:
This script is used for writing message "hello" and 3 messages "kuku" to the system log.
System Scheduler
Specifications
Packages required: system
License required: level1
system scheduler
Standards and Technologies: none
Hardware usage: Not significant
Description
System scheduler provides a way to execute scripts ad designated time.
Property Description
name (name) - name of the task
interval (time; default: 0s) - interval between two script executions, if time interval is set to zero,
the script is only executed at its start time, otherwise it is executed repeatedly at the time interval is
specified
run-count (read-only: integer) - to monitor script usage, this counter is incremented each time the
script is executed
on-event (name) - name of the script to execute. It must be presented at /system script
start-date (date) - date of the first script execution
start-time (time) - time of the first script execution
Notes
Rebooting the router will reset run-count counter.