We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you provide a way of sending notifications? Pushover?
The text was updated successfully, but these errors were encountered:
`#!/bin/bash function push { curl -s -F "token=PUSHOVER_TOKEN" -F "user=PUSHOVER_USER" -F "title=SprinklerPi" -F "message=$1" https://api.pushover.net/1/messages.json }
push "TEXT_TO_BE_TRANSMITTED"`
Here is an example bash script from my linux system.
Some of the notification statuses could be the following (check boxes to detemrine what each PUSHOVER_USER/PUSHOVER_TOKEN would like to have:
Sorry, something went wrong.
No branches or pull requests
Could you provide a way of sending notifications? Pushover?
The text was updated successfully, but these errors were encountered: