[pushover] Added exception handling and synchronized (#10437)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
committed by
GitHub
parent
aad3641368
commit
15f69b9011
@@ -1,6 +1,7 @@
|
||||
# user defined messages
|
||||
offline.conf-error-missing-apikey = The 'apikey' parameter must be configured.
|
||||
offline.conf-error-missing-user = The 'user' parameter must be configured.
|
||||
offline.conf-error-unknown = An unknown error occurred.
|
||||
|
||||
# actions
|
||||
sendMessageActionLabel = send a plain text message
|
||||
|
||||
@@ -24,6 +24,7 @@ thing-type.config.pushover.pushover-account.expire.description = Dieser Paramete
|
||||
# user defined messages
|
||||
offline.conf-error-missing-apikey = Der Parameter 'apikey' muss konfiguriert werden.
|
||||
offline.conf-error-missing-user = Der Parameter 'user' muss konfiguriert werden.
|
||||
offline.conf-error-unknown = Ein unbekannter Fehler ist aufgetreten.
|
||||
|
||||
# actions
|
||||
sendMessageActionLabel = eine Textnachricht senden
|
||||
|
||||
Reference in New Issue
Block a user