diff --git a/core/config/devices/HUB_HYBRID_4G.json b/core/config/devices/HUB_HYBRID_4G.json new file mode 100644 index 0000000..e617f07 --- /dev/null +++ b/core/config/devices/HUB_HYBRID_4G.json @@ -0,0 +1,176 @@ +{ + "name" : "Superior Hub Hybrid (4G)", + "commands" : [ + { + "name": "Etat", + "type": "info", + "subtype": "string", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "state", + "template":{ + "dashboard":"ajaxSystem::state", + "mobile":"ajaxSystem::state" + } + }, + { + "name": "Source evenement", + "type": "info", + "subtype": "string", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "sourceObjectName" + }, + { + "name": "Evenement", + "type": "info", + "subtype": "string", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "event" + }, + { + "name": "Code evenement", + "type": "info", + "subtype": "string", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "eventCode" + }, + { + "name": "Trafiqué", + "type": "info", + "subtype": "binary", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "tampered", + "configuration": { + "repeatEventManagement": "always" + } + }, + { + "name": "GSM", + "type": "info", + "subtype": "binary", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "gsmNetworkStatus" + }, + { + "name": "Intensité du signal cellulaire", + "type": "info", + "subtype": "string", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "gsm::signalLevel" + }, + { + "name": "Type réseau GSM", + "type": "info", + "subtype": "string", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "gsm::networkStatus" + }, + { + "name": "Données cellulaires actives", + "type": "info", + "subtype": "binary", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "gsm::gprsEnabled" + }, + { + "name": "CMS", + "type": "info", + "subtype": "binary", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "CMSActiveChannels" + }, + { + "name": "Ethernet", + "type": "info", + "subtype": "binary", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "ethernet::enabled", + "configuration": { + "repeatEventManagement": "always" + } + }, + { + "name": "Alimentation secteur", + "type": "info", + "subtype": "binary", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "externallyPowered", + "configuration": { + "repeatEventManagement": "always" + } + }, + { + "name": "Etat de la batterie", + "type": "info", + "subtype": "string", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "battery::state", + "configuration": { + "repeatEventManagement": "always" + } + }, + { + "name": "Batterie", + "type": "info", + "subtype": "numeric", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "battery::chargeLevelPercentage", + "configuration": { + "repeatEventManagement": "always" + } + }, + { + "name": "Armement", + "type": "action", + "subtype": "other", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "ARM" + }, + { + "name": "Mode nuit", + "type": "action", + "subtype": "other", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "NIGHT_MODE" + }, + { + "name": "Desarmement", + "type": "action", + "subtype": "other", + "isVisible": 1, + "isHistorized": 0, + "logicalId": "DISARM" + }, + { + "name": "Panic", + "type": "action", + "subtype": "other", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "PANIC" + }, + { + "name": "Arret detection incendie", + "type": "action", + "subtype": "other", + "isVisible": 0, + "isHistorized": 0, + "logicalId": "muteFireDetectors" + } + ] +} diff --git a/core/config/devices/HUB_HYBRID_4G.png b/core/config/devices/HUB_HYBRID_4G.png new file mode 100644 index 0000000..bb07fb9 Binary files /dev/null and b/core/config/devices/HUB_HYBRID_4G.png differ diff --git a/core/config/devices/LifeQuality.json b/core/config/devices/LifeQuality.json new file mode 100644 index 0000000..f180774 --- /dev/null +++ b/core/config/devices/LifeQuality.json @@ -0,0 +1,6 @@ +{ + "name" : "Life Quality", + "commands" : [ + + ] + } \ No newline at end of file diff --git a/core/config/devices/LifeQuality.png b/core/config/devices/LifeQuality.png new file mode 100644 index 0000000..33e6c91 Binary files /dev/null and b/core/config/devices/LifeQuality.png differ diff --git a/docs/de_DE/changelog.md b/docs/de_DE/changelog.md index 7da1b4f..08fa515 100644 --- a/docs/de_DE/changelog.md +++ b/docs/de_DE/changelog.md @@ -4,6 +4,12 @@ > >Zur Erinnerung: Wenn keine Informationen zur Aktualisierung vorliegen, liegt dies daran, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt + +- ) + +# 17/06/2025 + +- Ajout du waterstop - Bessere Verwaltung von Cloud-Anfragen - Ereigniscodes zur Fernbedienung hinzugefügt (Raumsteuerung)) - Ajout de FireProtect2PlusSb diff --git a/docs/en_US/changelog.md b/docs/en_US/changelog.md index 683b338..c9d511b 100644 --- a/docs/en_US/changelog.md +++ b/docs/en_US/changelog.md @@ -4,6 +4,12 @@ > >As a reminder, if there is no information on the update, it is because it concerns only the update of documentation, translation or text + +- ) + +# 17/06/2025 + +- Ajout du waterstop - Better cloud query management - Adding event codes to the remote control (space control) - Ajout de FireProtect2PlusSb diff --git a/docs/es_ES/changelog.md b/docs/es_ES/changelog.md index 523331f..e315fea 100644 --- a/docs/es_ES/changelog.md +++ b/docs/es_ES/changelog.md @@ -4,6 +4,12 @@ > >Como recordatorio, si no hay información sobre la actualización es porque se trata solo de la actualización de la documentación, la traducción o el texto + +- ) + +# 17/06/2025 + +- Ajout du waterstop - Mejor gestión de las solicitudes en la nube - Se agregaron códigos de eventos al control remoto (control de espacio) - Ajout de FireProtect2PlusSb diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index f89ba93..bb3e9b4 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -4,6 +4,10 @@ > >Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte +# 02/07/2025 + +- Ajout du hub Superior Hub Hybrid (4G) + # 17/06/2025 - Ajout du waterstop diff --git a/docs/i18n/de_DE.json b/docs/i18n/de_DE.json index 4fe92c8..dec00a5 100644 --- a/docs/i18n/de_DE.json +++ b/docs/i18n/de_DE.json @@ -2,6 +2,9 @@ "changelog.md": { "Changelog Ajax Systems": "Änderungsprotokoll Ajax-Systeme", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Zur Erinnerung: Wenn keine Informationen zur Aktualisierung vorliegen, liegt dies daran, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt", + "Ajout du hub Superior Hub Hybrid (4G": "", + "17\/06\/2025": "17\/06\/2025", + "Ajout du waterstop": "Ajout du waterstop", "Meilleur gestion des requetes au cloud": "Bessere Verwaltung von Cloud-Anfragen", "Ajout des codes évènements sur la télécommande (space control": "Ereigniscodes zur Fernbedienung hinzugefügt (Raumsteuerung)", "Ajout de FireProtect2PlusSb": "Ajout de FireProtect2PlusSb", diff --git a/docs/i18n/en_US.json b/docs/i18n/en_US.json index f672d9a..1004ae8 100644 --- a/docs/i18n/en_US.json +++ b/docs/i18n/en_US.json @@ -2,6 +2,9 @@ "changelog.md": { "Changelog Ajax Systems": "Changelog Ajax Systems", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "As a reminder, if there is no information on the update, it is because it concerns only the update of documentation, translation or text", + "Ajout du hub Superior Hub Hybrid (4G": "", + "17\/06\/2025": "17\/06\/2025", + "Ajout du waterstop": "Ajout du waterstop", "Meilleur gestion des requetes au cloud": "Better cloud query management", "Ajout des codes évènements sur la télécommande (space control": "Adding event codes to the remote control (space control", "Ajout de FireProtect2PlusSb": "Ajout de FireProtect2PlusSb", diff --git a/docs/i18n/es_ES.json b/docs/i18n/es_ES.json index 37f3796..5407afe 100644 --- a/docs/i18n/es_ES.json +++ b/docs/i18n/es_ES.json @@ -2,6 +2,9 @@ "changelog.md": { "Changelog Ajax Systems": "Registro de cambios de sistemas Ajax", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Como recordatorio, si no hay información sobre la actualización es porque se trata solo de la actualización de la documentación, la traducción o el texto", + "Ajout du hub Superior Hub Hybrid (4G": "", + "17\/06\/2025": "17\/06\/2025", + "Ajout du waterstop": "Ajout du waterstop", "Meilleur gestion des requetes au cloud": "Mejor gestión de las solicitudes en la nube", "Ajout des codes évènements sur la télécommande (space control": "Se agregaron códigos de eventos al control remoto (control de espacio", "Ajout de FireProtect2PlusSb": "Ajout de FireProtect2PlusSb", diff --git a/docs/i18n/fr_FR.json b/docs/i18n/fr_FR.json index c86aae3..2db06d2 100644 --- a/docs/i18n/fr_FR.json +++ b/docs/i18n/fr_FR.json @@ -3,6 +3,9 @@ "Changelog Ajax Systems": "Changelog Ajax Systems", "IMPORTANT": "IMPORTANT", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte", + "Ajout du hub Superior Hub Hybrid (4G": "Ajout du hub Superior Hub Hybrid (4G", + "17\/06\/2025": "17\/06\/2025", + "Ajout du waterstop": "Ajout du waterstop", "Meilleur gestion des requetes au cloud": "Meilleur gestion des requetes au cloud", "Ajout des codes évènements sur la télécommande (space control": "Ajout des codes évènements sur la télécommande (space control", "Ajout de FireProtect2PlusSb": "Ajout de FireProtect2PlusSb", diff --git a/docs/i18n/pt_PT.json b/docs/i18n/pt_PT.json index 7f37947..38eb5f7 100644 --- a/docs/i18n/pt_PT.json +++ b/docs/i18n/pt_PT.json @@ -2,6 +2,9 @@ "changelog.md": { "Changelog Ajax Systems": "Sistemas Ajax de registro de mudanças", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Recorde-se que, se não existe informação sobre a atualização, é porque se trata apenas de atualização de documentação, tradução ou texto", + "Ajout du hub Superior Hub Hybrid (4G": "", + "17\/06\/2025": "17\/06\/2025", + "Ajout du waterstop": "Ajout du waterstop", "Meilleur gestion des requetes au cloud": "Melhor gerenciamento de solicitações de nuvem", "Ajout des codes évènements sur la télécommande (space control": "Adicionados códigos de evento ao controle remoto (controle de espaço", "Ajout de FireProtect2PlusSb": "Ajout de FireProtect2PlusSb", diff --git a/docs/pt_PT/changelog.md b/docs/pt_PT/changelog.md index 2255fac..9ffd667 100644 --- a/docs/pt_PT/changelog.md +++ b/docs/pt_PT/changelog.md @@ -4,6 +4,12 @@ > >Recorde-se que, se não existe informação sobre a atualização, é porque se trata apenas de atualização de documentação, tradução ou texto + +- ) + +# 17/06/2025 + +- Ajout du waterstop - Melhor gerenciamento de solicitações de nuvem - Adicionados códigos de evento ao controle remoto (controle de espaço) - Ajout de FireProtect2PlusSb