Hi Henrik,
Do you have any news about the attention light not working using notification channel ?
When I looked at the Android documentation I saw that configuring the color of the light via the
setLightColor method is not enough.
Is it possible that the fix could be as simple as calling the
enableLights method ???
Also I wanted to come back with a small new feature request to bring back quite the same Old Way of using notification :-)
I know that with the new Channel Notification way, the app can't bring modification to the notification after its creation.
My idea is to add 2 new blocks:
- "Notification Create"
- "Notification Delete"
- The "Notification Create" would have all the configurations possible to create a notification (quite like before): light, light color, sound, tune, vibrate, etc...
and will return in "Output variables" the "Notification Id"
- The "Notification Delete" would simply delete the notification channel using the "Notification Id" provided by the "Notification Create"
This way, we can provide the "Notification Id" to all the existing block using a notification.
So the way I wanted to use it is:
- "Notification Create" (with all my dynamic values of vibrate, light and others)
- "Notification Show" (using the Notification Id provided by the previous block)
- "Notification Delete" (to remove the notification and clean the notifications list)
So the user will not have to modify this Notification through the system page (like I have to do every time I need)
Thanks these 2 new blocks, we can bring back the Old Way of using the Notification ;-)
I hope that it will be possible for you to include this Request Feature in the ToDo list.
Thanks
Best regards