To trigger this, I just send string 'ALARM$' to serial port:
Code: Select all
/bin/echo 'ALARM$' > /dev/ttyS1But, if I add this as a notification commad, the notification triggers, but nothing happens.
Does anyone know what could be the problem here?