Recovery Notification
Posted: Sunday 02 September 2018 16:27
Hi
It will be nice to allow customization of recovery notification.
I mean when i define a custom notification message and enable recovery option,
i'd like to change the default "[Recovered]" prefix because
1/ i'm french and this part is not translated
2/ i use a text-to-speech android app that reads these notifications via custom script
I've seen it was possible to do something like :
But it seems to not be persistent (even if i change it throught sqlite3 command line...).
Is there anyway to achieve it ?
Regards.
It will be nice to allow customization of recovery notification.
I mean when i define a custom notification message and enable recovery option,
i'd like to change the default "[Recovered]" prefix because
1/ i'm french and this part is not translated
2/ i use a text-to-speech android app that reads these notifications via custom script

I've seen it was possible to do something like :
Code: Select all
The light is switch on.;;[OK] The light is switch off.
Is there anyway to achieve it ?
Regards.