You can trigger any command on the device, but it must be previously allowed.

The following example shows how an allow-list might look.

#Example for /mnt/config/aws/config/command_whitelist.txt
 
# You can write full commands to be executed
date >> /tmp/date.output
 
# Or scripts
/app/datescript.sh

(info) be aware that we will do a strict comparison. So it is not possible to add parts after commands

(info) If you want to trigger the command from the GUI, it must be exactly like specified in this file