Updated documentation for msg.html (#774)

This commit is contained in:
JsBergbau
2021-03-18 09:47:36 +01:00
committed by GitHub
parent 61025cc962
commit ef5b577f7f
3 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ Optionally uses `msg.topic` to set the configuration, if not already set in the
- `msg.attachment`: to specify an image to attach to message (path as a string or Buffer containing image)
- `msg.url`: to add a web address
- `msg.url_title`: to add a url title
- `msg.html`: set to true or 1 if message is HTML formatted, see the [supported tags](https://pushover.net/api#html)
- `msg.sound`: to set the alert sound, see the [available options](https://pushover.net/api#sounds)
The User-key and API-token are stored in a separate credentials file.