Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'bgilmer77-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
9037568 committed Nov 28, 2018
2 parents 1924f5b + 73d5840 commit e73b052
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bundles/action/org.openhab.action.prowl/README.md
@@ -1,8 +1,19 @@
# Prowl Actions

Prowl lets you use push notifications on iOS devices (please check openhab.cfg for required configuration settings):
Prowl lets you use push notifications on iOS devices.

## Actions

- `pushNotification(String subject, String message)`: Pushes a Prowl Notification
- `pushNotification(String apikey, String subject, String message, int priority)`: Pushes a Prowl Notification with the given priority

## Configuration

This action service can be configured via the `services/prowl.cfg` file.

| Property | Default | Required | Description |
| --------------- | ------- | -------- | ----------- |
| apikey | | Yes | The apikey for authentication, generated on the Prowl website |
| defaultpriority | 0 | No | The default priority of Prowl notifications |
| url | https://prowl.weks.net/publicapi/ | No | The URL of the Prowl public api |

0 comments on commit e73b052

Please sign in to comment.