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.