speak Dashticz on Android - how to install?
Posted: Saturday 10 March 2018 8:24
https://www.domoticz.com/wiki/Dashticz_V2_-_Positioning:
Only the first line works (playsound). The speak commonds do no work, not on Android, not on Windows10.
Is there anything that I need to install?
How to select a language?
Could be a very powerful option!
Code: Select all
blocks[1]['playsound'] = 'sounds/ping.mp3'; //play a sound when a device changes
blocks[1]['protected'] = true; //protect switching manually in Dashticz
blocks[1]['speak'] = 'Device status has changed' //speak text when device is changed
blocks[1]['speakOn'] = 'Device is on' //speak text when device changes to On
blocks[1]['speakOff'] = 'Device is off' //speak text when device changes to Off
Is there anything that I need to install?
How to select a language?
Could be a very powerful option!