awtrix3 icon indicating copy to clipboard operation
awtrix3 copied to clipboard

[FEATURE REQUEST] Dismiss targeted notifications with the API

Open inscriber opened this issue 1 year ago • 0 comments

Feature Request

Is your feature request related to a problem?

Dismissing notifications via the API isn't well behaved when there are multiple applications creating notifications. I would like to be able to dismiss only the notification that I created, and ideally prevent other application from dismissing notifications created by my app.

Currently the /api/notify/dismiss endpoint will dismiss whatever is on top of the notification stack regardless of who created it.

Describe the solution / feature you'd like

I would like the ability to specify a name for notifications created through /api/notify and be able to provide the same name when calling /api/notify/dismiss so that it will only dismiss the next notifications on the stack with the same name.

inscriber avatar Apr 28 '25 00:04 inscriber