Build Hash: 90c95998
Compile Date: 2018-11-11 15:33:34
dzVents Version: 2.4.7
When I try to only sent notifications to Telegram it's not working, I receive notifications on all configured services. (Email, pushover, telegram etc..)
The code below is working for pushover:
Code: Select all
dz.notify("Domoticz", "test", dz.PRIORITY_NORMAL,dz.SOUND_DEFAULT, "" , dz.NSS_PUSHOVER)
This is not working:
Code: Select all
dz.notify("Domoticz", "test", dz.PRIORITY_NORMAL,dz.SOUND_DEFAULT, "" , dz.NSS_TELEGRAM)