This page is part of archived documentation for openHAB 2.5. Go to the current stable version
# Prowl Actions v1
Prowl lets you use push notifications on iOS devices.
# Actions
pushNotification(String subject, String message)
: Pushes a Prowl NotificationpushNotification(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/ (opens new window) | No | The URL of the Prowl public api |
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub (opens new window)
← Pebble Pushbullet →