Skip to content

Commit

Permalink
* (bluefox) Added log output of sent messages
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jul 13, 2022
1 parent 4a2a317 commit 44780b8
Show file tree
Hide file tree
Showing 14 changed files with 213 additions and 182 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ iobroker add pushover
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
* (bluefox) Added log output of sent messages

### 3.0.0 (2022-07-05)
* (klein0r) Added app limits as states
* (klein0r) Changed to class definition
Expand Down
38 changes: 20 additions & 18 deletions admin/i18n/de/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "API Token / Schlüssel der Anwendung",
"Check the log or your pushover app!": "Überprüfen Sie das Log oder Ihre Pushover-App!",
"Enable first the adapter to test notification.": "Aktivieren Sie zuerst den Adapter, um die Benachrichtigung zu testen.",
"First save the settings": "Speichern Sie zuerst die Einstellungen",
"Group Key": "Gruppenschlüssel oder Benutzerschlüssel",
"Group Key of Delivery Group": "Gruppenschlüssel der Zustellgruppe",
"Notification settings": "Benachrichtigungseinstellungen",
"Priority": "Priorität",
"Pushover adapter settings": "Pushover Adaptereinstellungen",
"Pushover settings": "Pushover Einstellungen",
"Sound": "Klang",
"Test": "Test",
"Title": "Titel",
"Token": "Token",
"default": "Standard",
"high-priority": "hohe Priorität",
"quiet": "ruhig"
}
"API Token/Key of Application": "API Token / Schlüssel der Anwendung",
"Check the log or your pushover app!": "Überprüfen Sie das Log oder Ihre Pushover-App!",
"Enable first the adapter to test notification.": "Aktivieren Sie zuerst den Adapter, um die Benachrichtigung zu testen.",
"First save the settings": "Speichern Sie zuerst die Einstellungen",
"Group Key": "Gruppenschlüssel oder Benutzerschlüssel",
"Group Key of Delivery Group": "Gruppenschlüssel der Zustellgruppe",
"Notification settings": "Benachrichtigungseinstellungen",
"Priority": "Priorität",
"Pushover adapter settings": "Pushover Adaptereinstellungen",
"Pushover settings": "Pushover Einstellungen",
"Sound": "Klang",
"Test": "Test",
"Title": "Titel",
"Token": "Token",
"default": "Standard",
"high-priority": "hohe Priorität",
"quiet": "ruhig",
"Show messages in log": "Meldungen im Log anzeigen",
"Only with log level info or higher": "Nur mit Loglevel \"info\" oder höher"
}
38 changes: 20 additions & 18 deletions admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "API Token/Key of Application",
"Check the log or your pushover app!": "Check the log or your pushover app!",
"Enable first the adapter to test notification.": "Enable first the adapter to test notification.",
"First save the settings": "First save the settings",
"Group Key": "Group Key or User Key",
"Group Key of Delivery Group": "Group Key of Delivery Group",
"Notification settings": "Notification settings",
"Priority": "Priority",
"Pushover adapter settings": "Pushover adapter settings",
"Pushover settings": "Pushover settings",
"Sound": "Sound",
"Test": "Test",
"Title": "Title",
"Token": "Token",
"default": "default",
"high-priority": "high-priority",
"quiet": "quiet"
}
"API Token/Key of Application": "API Token/Key of Application",
"Check the log or your pushover app!": "Check the log or your pushover app!",
"Enable first the adapter to test notification.": "Enable first the adapter to test notification.",
"First save the settings": "First save the settings",
"Group Key": "Group Key or User Key",
"Group Key of Delivery Group": "Group Key of Delivery Group",
"Notification settings": "Notification settings",
"Priority": "Priority",
"Pushover adapter settings": "Pushover adapter settings",
"Pushover settings": "Pushover settings",
"Sound": "Sound",
"Test": "Test",
"Title": "Title",
"Token": "Token",
"default": "default",
"high-priority": "high-priority",
"quiet": "quiet",
"Show messages in log": "Show messages in log",
"Only with log level info or higher": "Only with log level \"info\" or higher"
}
38 changes: 20 additions & 18 deletions admin/i18n/es/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "Token API / Clave de aplicación",
"Check the log or your pushover app!": "¡Comprueba el registro o tu aplicación de pushover!",
"Enable first the adapter to test notification.": "Primero habilite el adaptador para probar la notificación.",
"First save the settings": "Primero guarde la configuración",
"Group Key": "Clave de grupo o clave de usuario",
"Group Key of Delivery Group": "Grupo clave del grupo de entrega",
"Notification settings": "Configuración de las notificaciones",
"Priority": "Prioridad",
"Pushover adapter settings": "Configuración del adaptador Pushover",
"Pushover settings": "Configuración de Pushover",
"Sound": "Sonido",
"Test": "Prueba",
"Title": "Título",
"Token": "Simbólico",
"default": "defecto",
"high-priority": "alta prioridad",
"quiet": "tranquilo"
}
"API Token/Key of Application": "Token API / Clave de aplicación",
"Check the log or your pushover app!": "¡Comprueba el registro o tu aplicación de pushover!",
"Enable first the adapter to test notification.": "Primero habilite el adaptador para probar la notificación.",
"First save the settings": "Primero guarde la configuración",
"Group Key": "Clave de grupo o clave de usuario",
"Group Key of Delivery Group": "Grupo clave del grupo de entrega",
"Notification settings": "Configuración de las notificaciones",
"Priority": "Prioridad",
"Pushover adapter settings": "Configuración del adaptador Pushover",
"Pushover settings": "Configuración de Pushover",
"Sound": "Sonido",
"Test": "Prueba",
"Title": "Título",
"Token": "Simbólico",
"default": "defecto",
"high-priority": "alta prioridad",
"quiet": "tranquilo",
"Show messages in log": "Mostrar mensajes en el registro",
"Only with log level info or higher": "Solo con nivel de registro \"info\" o superior"
}
38 changes: 20 additions & 18 deletions admin/i18n/fr/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "API Token / clé d'application",
"Check the log or your pushover app!": "Consultez le journal ou votre application pushover!",
"Enable first the adapter to test notification.": "Activez d'abord l'adaptateur pour tester la notification.",
"First save the settings": "Commencez par enregistrer les paramètres",
"Group Key": "Clé de groupe ou clé d'utilisateur",
"Group Key of Delivery Group": "Group Key of Delivery Group",
"Notification settings": "Paramètres de notification",
"Priority": "Priorité",
"Pushover adapter settings": "Paramètres de l'adaptateur de pushover",
"Pushover settings": "Paramètres de pushover",
"Sound": "Du son",
"Test": "Tester",
"Title": "Titre",
"Token": "Jeton",
"default": "défaut",
"high-priority": "haute priorité",
"quiet": "silencieux"
}
"API Token/Key of Application": "API Token / clé d'application",
"Check the log or your pushover app!": "Consultez le journal ou votre application pushover!",
"Enable first the adapter to test notification.": "Activez d'abord l'adaptateur pour tester la notification.",
"First save the settings": "Commencez par enregistrer les paramètres",
"Group Key": "Clé de groupe ou clé d'utilisateur",
"Group Key of Delivery Group": "Group Key of Delivery Group",
"Notification settings": "Paramètres de notification",
"Priority": "Priorité",
"Pushover adapter settings": "Paramètres de l'adaptateur de pushover",
"Pushover settings": "Paramètres de pushover",
"Sound": "Du son",
"Test": "Tester",
"Title": "Titre",
"Token": "Jeton",
"default": "défaut",
"high-priority": "haute priorité",
"quiet": "silencieux",
"Show messages in log": "Afficher les messages dans le journal",
"Only with log level info or higher": "Uniquement avec le niveau de journal \"info\" ou supérieur"
}
38 changes: 20 additions & 18 deletions admin/i18n/it/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "Token API / Chiave di applicazione",
"Check the log or your pushover app!": "Controlla il registro o la tua app pushover!",
"Enable first the adapter to test notification.": "Abilitare prima l'adattatore per verificare la notifica.",
"First save the settings": "Prima salva le impostazioni",
"Group Key": "Chiave di gruppo o chiave utente",
"Group Key of Delivery Group": "Gruppo chiave del gruppo di consegna",
"Notification settings": "Impostazioni di notifica",
"Priority": "Priorità",
"Pushover adapter settings": "Impostazioni dell'adattatore pushover",
"Pushover settings": "Impostazioni pushover",
"Sound": "Suono",
"Test": "Test",
"Title": "Titolo",
"Token": "Gettone",
"default": "predefinito",
"high-priority": "priorità alta",
"quiet": "silenzioso"
}
"API Token/Key of Application": "Token API / Chiave di applicazione",
"Check the log or your pushover app!": "Controlla il registro o la tua app pushover!",
"Enable first the adapter to test notification.": "Abilitare prima l'adattatore per verificare la notifica.",
"First save the settings": "Prima salva le impostazioni",
"Group Key": "Chiave di gruppo o chiave utente",
"Group Key of Delivery Group": "Gruppo chiave del gruppo di consegna",
"Notification settings": "Impostazioni di notifica",
"Priority": "Priorità",
"Pushover adapter settings": "Impostazioni dell'adattatore pushover",
"Pushover settings": "Impostazioni pushover",
"Sound": "Suono",
"Test": "Test",
"Title": "Titolo",
"Token": "Gettone",
"default": "predefinito",
"high-priority": "priorità alta",
"quiet": "silenzioso",
"Show messages in log": "Mostra i messaggi nel registro",
"Only with log level info or higher": "Solo con livello di registro \"info\" o superiore"
}
38 changes: 20 additions & 18 deletions admin/i18n/nl/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "API-token / sleutel van de applicatie",
"Check the log or your pushover app!": "Controleer het logboek of je pushover-app!",
"Enable first the adapter to test notification.": "Schakel eerst de adapter in om de melding te testen.",
"First save the settings": "Sla eerst de instellingen op",
"Group Key": "Groepssleutel of gebruikerssleutel",
"Group Key of Delivery Group": "Groepssleutel van leveringsgroep",
"Notification settings": "Notificatie instellingen",
"Priority": "Prioriteit",
"Pushover adapter settings": "Pushover adapter-instellingen",
"Pushover settings": "Pushover instellingen",
"Sound": "Geluid",
"Test": "Test",
"Title": "Titel",
"Token": "blijk",
"default": "standaard",
"high-priority": "hoge prioriteit",
"quiet": "rustig"
}
"API Token/Key of Application": "API-token / sleutel van de applicatie",
"Check the log or your pushover app!": "Controleer het logboek of je pushover-app!",
"Enable first the adapter to test notification.": "Schakel eerst de adapter in om de melding te testen.",
"First save the settings": "Sla eerst de instellingen op",
"Group Key": "Groepssleutel of gebruikerssleutel",
"Group Key of Delivery Group": "Groepssleutel van leveringsgroep",
"Notification settings": "Notificatie instellingen",
"Priority": "Prioriteit",
"Pushover adapter settings": "Pushover adapter-instellingen",
"Pushover settings": "Pushover instellingen",
"Sound": "Geluid",
"Test": "Test",
"Title": "Titel",
"Token": "blijk",
"default": "standaard",
"high-priority": "hoge prioriteit",
"quiet": "rustig",
"Show messages in log": "Toon berichten in logboek",
"Only with log level info or higher": "Alleen met logniveau \"info\" of hoger"
}
38 changes: 20 additions & 18 deletions admin/i18n/pl/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "Token API / klucz aplikacji",
"Check the log or your pushover app!": "Sprawdź dziennik lub swoją aplikację pushover!",
"Enable first the adapter to test notification.": "Najpierw włącz adapter, aby przetestować powiadomienie.",
"First save the settings": "Najpierw zapisz ustawienia",
"Group Key": "Klucz grupy lub klucz użytkownika",
"Group Key of Delivery Group": "Klucz grupowy grupy dostaw",
"Notification settings": "Ustawienia powiadomień",
"Priority": "Priorytet",
"Pushover adapter settings": "Ustawienia adaptera pushover",
"Pushover settings": "Ustawienia pushover",
"Sound": "Dźwięk",
"Test": "Test",
"Title": "Tytuł",
"Token": "Znak",
"default": "domyślna",
"high-priority": "wysoki priorytet",
"quiet": "cichy"
}
"API Token/Key of Application": "Token API / klucz aplikacji",
"Check the log or your pushover app!": "Sprawdź dziennik lub swoją aplikację pushover!",
"Enable first the adapter to test notification.": "Najpierw włącz adapter, aby przetestować powiadomienie.",
"First save the settings": "Najpierw zapisz ustawienia",
"Group Key": "Klucz grupy lub klucz użytkownika",
"Group Key of Delivery Group": "Klucz grupowy grupy dostaw",
"Notification settings": "Ustawienia powiadomień",
"Priority": "Priorytet",
"Pushover adapter settings": "Ustawienia adaptera pushover",
"Pushover settings": "Ustawienia pushover",
"Sound": "Dźwięk",
"Test": "Test",
"Title": "Tytuł",
"Token": "Znak",
"default": "domyślna",
"high-priority": "wysoki priorytet",
"quiet": "cichy",
"Show messages in log": "Pokaż wiadomości w dzienniku",
"Only with log level info or higher": "Tylko z poziomem logowania „info” lub wyższym"
}
38 changes: 20 additions & 18 deletions admin/i18n/pt/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "Token da API / chave de aplicação",
"Check the log or your pushover app!": "Verifique o log ou o seu aplicativo pushover!",
"Enable first the adapter to test notification.": "Ative primeiro o adaptador para testar a notificação.",
"First save the settings": "Primeiro salve as configurações",
"Group Key": "Chave de grupo ou chave de usuário",
"Group Key of Delivery Group": "Chave de Grupo do Grupo de Entrega",
"Notification settings": "Configurações de notificação",
"Priority": "Prioridade",
"Pushover adapter settings": "Configurações do adaptador pushover",
"Pushover settings": "Configurações pushover",
"Sound": "Som",
"Test": "Teste",
"Title": "Título",
"Token": "Símbolo",
"default": "padrão",
"high-priority": "prioridade máxima",
"quiet": "quieto"
}
"API Token/Key of Application": "Token da API / chave de aplicação",
"Check the log or your pushover app!": "Verifique o log ou o seu aplicativo pushover!",
"Enable first the adapter to test notification.": "Ative primeiro o adaptador para testar a notificação.",
"First save the settings": "Primeiro salve as configurações",
"Group Key": "Chave de grupo ou chave de usuário",
"Group Key of Delivery Group": "Chave de Grupo do Grupo de Entrega",
"Notification settings": "Configurações de notificação",
"Priority": "Prioridade",
"Pushover adapter settings": "Configurações do adaptador pushover",
"Pushover settings": "Configurações pushover",
"Sound": "Som",
"Test": "Teste",
"Title": "Título",
"Token": "Símbolo",
"default": "padrão",
"high-priority": "prioridade máxima",
"quiet": "quieto",
"Show messages in log": "Mostrar mensagens no log",
"Only with log level info or higher": "Apenas com nível de log \"info\" ou superior"
}
38 changes: 20 additions & 18 deletions admin/i18n/ru/translations.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"API Token/Key of Application": "API-токен / ключ приложения",
"Check the log or your pushover app!": "Проверьте журнал или приложение pushover!",
"Enable first the adapter to test notification.": "Включите сначала адаптер для проверки уведомления.",
"First save the settings": "Сначала сохраните настройки",
"Group Key": "Групповой ключ или пользовательский ключ",
"Group Key of Delivery Group": "Групповой ключ группы доставки",
"Notification settings": "Настройки уведомлений",
"Priority": "приоритет",
"Pushover adapter settings": "Настройки адаптера Pushover",
"Pushover settings": "Настройки Pushover",
"Sound": "Звук",
"Test": "Тест",
"Title": "заглавие",
"Token": "знак",
"default": "по умолчанию",
"high-priority": "высокий приоритет",
"quiet": "тихо"
}
"API Token/Key of Application": "API-токен / ключ приложения",
"Check the log or your pushover app!": "Проверьте журнал или приложение pushover!",
"Enable first the adapter to test notification.": "Включите сначала адаптер для проверки уведомления.",
"First save the settings": "Сначала сохраните настройки",
"Group Key": "Групповой ключ или пользовательский ключ",
"Group Key of Delivery Group": "Групповой ключ группы доставки",
"Notification settings": "Настройки уведомлений",
"Priority": "приоритет",
"Pushover adapter settings": "Настройки адаптера Pushover",
"Pushover settings": "Настройки Pushover",
"Sound": "Звук",
"Test": "Тест",
"Title": "заглавие",
"Token": "знак",
"default": "по умолчанию",
"high-priority": "высокий приоритет",
"quiet": "тихо",
"Show messages in log": "Показать сообщения в журнале",
"Only with log level info or higher": "Только с уровнем журнала \"info\" или выше"
}
Loading

0 comments on commit 44780b8

Please sign in to comment.