Page 1 of 1
Contants 'SOUND_SIREN'
Posted: Friday 05 May 2017 19:34
by bimse
How do I use the Contants 'SOUND_SIREN' and how to transfer the audio to bluetooth
Re: Contants 'SOUND_SIREN'
Posted: Tuesday 09 May 2017 9:59
by dannybloe
The constant is used for the notify command and depending on the notification subsystem you use it is used or not:
Code: Select all
domoticz.notify('My subject', 'My message', domoticz.PRIORITY_LOW, domoticz.SOUND_SIREN)
But then again, not all notification subsystems support this sound argument.