This block library allows to integrate with thing actions provided by the pushover binding.
(Currently only a subset of the available actions is implemented yet.)
Blocks
Send Message
Will send a basic message to the configured account with a default title openHAB
, which can be overwritten
Send URL Message
Will send a message with a configurable title to the configured account.
The message will have a url at the bottom, which can be opened from pushover directly.
Send Priority Message
Will send a priority message which has to be accknowledged.
Priority can be configured in 5 available levels. (Defaults to 2)
Note: Cancelling and handling action return values is not supported currently.
Changelog
Version 1
- Added all available Actions except for canceling priority Messages
Version 0.2
- Changed fixed
sendMessage
title to a configurable one - Added sendUrlMessage
- Added sendPriorityMessage
Version 0.1
- initial (beta) release