Initial Commit

This commit is contained in:
Patrick Niebeling
2019-10-17 13:23:53 +02:00
parent 81699fd4a4
commit b699c1545c
49 changed files with 659 additions and 3 deletions

30
services/pushover.cfg Normal file
View File

@ -0,0 +1,30 @@
# The timeout for the communication with the Pushover service (optional, defaults
# to 10000 milliseconds)
#defaultTimeout=
# You need to provide a Pushover API token to send to devices. If not here, than during
# the action call itself.
defaultToken=abq4e4ok9n6zdf7ut32fm929ki338y
# You need to provide a Pushover User Key to send to devices. If not here, than during
# the action call itself.
#defaultUser=
# Name of the sending application (optional). Defaults to 'openHAB'.
defaultTitle=openHAB
# The priority to use for messages if not specified otherwise. Can range from
# -2 (lowest) to 2 (highest)
#defaultPriority=
# Url to attach to the message if not specified in the command (optional). Can be left empty.
#defaultUrl=
# Url Title to attach to the message if not specified in the command (optional). Can be left empty.
#defaultUrlTitle=
# When priority is high priority (2), how often in seconds should messages be resent. Defaults to 300 seconds.
#defaultRetry=
# When priority is high priority (2), how long to continue resending messages until acknowledged. Defaults to 3600 seconds.
#defaultExpire=