Search found 1 match
- Friday 08 April 2016 9:20
- Forum: LUA
- Topic: Path to audio file - Lua on Windows
- Replies: 0
- Views: 871
Path to audio file - Lua on Windows
Complete n00b to Lua, and Domoticz, so any help appreciated :) I'm trying to play a sound file when Security Panel is set to "Arm Away" using a switch. The following is the code I'm experimenting with: commandArray = {} if (devicechanged['Shed Security'] == 'On') then commandArray['Shed Security ...