Page 2 of 2

Re: Can door sensor trigger audio on Raspberry Pi

Posted: 26 May 2023 01:58
by PoltoS
The simplest is to master it from the terminal (bash), make a bash script that will produce the desired sound and then run it from CodeDevice using system("/your/command") (don' forget to add it in the .syscommands file).