Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gotify Android "acknowledge" Button #350

Closed
BenjaminCz0101 opened this issue May 8, 2024 · 3 comments
Closed

Gotify Android "acknowledge" Button #350

BenjaminCz0101 opened this issue May 8, 2024 · 3 comments

Comments

@BenjaminCz0101
Copy link

BenjaminCz0101 commented May 8, 2024

Hello,
I need a button when I am notified, e.g. Acknowledge alarm system. I have IoBroker and Java. How do I implement this and is it even possible? I only found something like this:

{
  "title": "home assistant",
  "message": "You've left the house but the heater is still powered on.",
  "extras": {
    "client::action": {
      "buttons": [
        {
          "label": "Power off",
          "http": {
            "method": "post",
            "url": "https://example.com/power_off?id=5",
            "headers": { "Authorization": "bearer token" }
          }
        },
        {
          "label": "Dismiss",
          "http": {
            "method": "post",
            "url": "https://example.com/dismiss?id=5",
            "headers": { "Authorization": "bearer token" }
          }
        }
      ]
    }
  }
}

@jmattheis
Copy link
Member

jmattheis commented May 8, 2024

The feature isn't implemented yet. The progress is tracked in gotify/server#494.

@jmattheis jmattheis closed this as not planned Won't fix, can't repro, duplicate, stale May 8, 2024
@BenjaminCz0101
Copy link
Author

OK. Is there an alternative or is something being developed?

@jmattheis
Copy link
Member

The only alternative currently available is to have links in the message. There is currently no development on this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants