104 | | - if you have to start a dim-script for yourself, call it with following command from a bash: |
105 | | - dimctrl --batch !ScriptsForDimCtrl/<scriptname>.dim |
| 104 | - if you have to start a dim-script, java-script or command for yourself, can call it with following command from a bash: |
| 105 | - dimctrl --batch !ScriptsForDimCtrl/<scriptname>.dim (for a dim script) |
| 106 | - dimctrl --start !scripts/<scriptname>.js (for a javascript script) |
| 107 | - dimctrl --quit --command ".js scripts/updateSchedule.js" (javascript via command) |
| 108 | - dimctrl --quit --command "DRIVE_CONTROL/UNLOCK" (single command) |