Skip to content

Commit

Permalink
[Jenkins] Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 9, 2024
1 parent 039ae9c commit ee2b8eb
Show file tree
Hide file tree
Showing 21 changed files with 91 additions and 1 deletion.
3 changes: 3 additions & 0 deletions de_DE/plugins/automation protocol/bacnet/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
>Zur Erinnerung: Wenn keine Informationen über die Aktualisierung vorliegen, liegt dies daran, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt

# 11.08.2024

- Behebung eines Python3-Speicherlecks

# 28.10.2024

Expand Down
9 changes: 9 additions & 0 deletions de_DE/plugins/automation protocol/bacnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
>Zur Erinnerung: Wenn keine Informationen über die Aktualisierung vorliegen, liegt dies daran, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt


# 28.10.2024

- Fix für CPU-Auslastung
- Threading zum Lesen von Daten
- Codeoptimierung
- Beheben Sie mögliche Nullwerte


# 27.03.2024

- Korrigieren Sie die OnOff-Befehle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- Konfiguration hinzufügen *Thermokon 824248 - NOVOS 3 Raumsteuermodul Temperatur, relative Luftfeuchtigkeit, CO2*

- Konfiguration hinzufügen *Dragino RS485-LN + NILAN*

# 30.10.2024

- Ändern der Konfiguration *Drahtloser MClimate-Thermostat* (Eigenschaften : Manuelle Aktualisierung der Zieltemperatur)
Expand Down
5 changes: 5 additions & 0 deletions de_DE/plugins/automation protocol/modbus/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
>
>Zur Erinnerung: Wenn es keine Informationen über die Aktualisierung gibt, bedeutet dies, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt.

# 11.08.2024

- Behebung eines Python3-Speicherlecks

# 30.07.2024

- Hinzufügen eines Registers in der EcritureBit-Nachricht
Expand Down
3 changes: 3 additions & 0 deletions en_US/plugins/automation protocol/bacnet/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
>As a reminder, if there is no information on the update, it is because it concerns only the update of documentation, translation or text

# 08/11/2024

- Fix Python3 memory leak

# 10/28/2024

Expand Down
9 changes: 9 additions & 0 deletions en_US/plugins/automation protocol/bacnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
>As a reminder, if there is no information on the update, it is because it concerns only the update of documentation, translation or text


# 10/28/2024

- Fix for CPU usage
- Threading for reading data
- Code Optimization
- Fix possible Null Values


# 03/27/2024

- Fix OnOff commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- Adding configuration *Thermokon 824248 - NOVOS 3 Room control module temperature, relative humidity, CO2*

- Adding configuration *Dragino RS485-LN + NILAN*

# 10/30/2024

- Changing the configuration *MClimate Wireless Thermostat* (properties : Manual Target Temperature Update)
Expand Down
5 changes: 5 additions & 0 deletions en_US/plugins/automation protocol/modbus/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
>
>As a reminder, if there is no information on the update, it means that it only concerns the update of documentation, translation or text.

# 08/11/2024

- Fix Python3 Memory Leak

# 07/30/2024

- Adding Register in Message EcritureBit
Expand Down
3 changes: 3 additions & 0 deletions es_ES/plugins/automation protocol/bacnet/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
>Como recordatorio, si no hay información sobre la actualización es porque se trata solo de la actualización de documentación, traducción o texto

# 11/08/2024

- Reparar la pérdida de memoria de Python3

# 28/10/2024

Expand Down
9 changes: 9 additions & 0 deletions es_ES/plugins/automation protocol/bacnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
>Como recordatorio, si no hay información sobre la actualización es porque se trata solo de la actualización de documentación, traducción o texto


# 28/10/2024

- Solución para el uso de CPU
- Enhebrado para leer datos
- Optimización de código
- Corregir posibles valores nulos


# 27/03/2024

- Corregir comandos OnOff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- Agregar configuración *Thermokon 824248 - NOVOS 3 Módulo de control de ambiente temperatura, humedad relativa, CO2*

- Agregar configuración *Dragino RS485-LN + NILAN*

# 30/10/2024

- Cambiando la configuración *Termostato inalámbrico MClimate* (propiedades : Actualización manual de la temperatura objetivo)
Expand Down
5 changes: 5 additions & 0 deletions es_ES/plugins/automation protocol/modbus/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
>
>Como recordatorio, si no hay información sobre la actualización, significa que solo se trata de la actualización de la documentación, la traducción o el texto.

# 11/08/2024

- Reparar la pérdida de memoria de Python3

# 30/07/2024

- Agregar registro en el mensaje EcritureBit
Expand Down
3 changes: 3 additions & 0 deletions fr_FR/plugins/automation protocol/bacnet/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
>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

# 08/11/2024

- Fix fuite mémoire Python3

# 28/10/2024

Expand Down
3 changes: 3 additions & 0 deletions fr_FR/plugins/automation protocol/bacnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
>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

# 08/11/2024

- Fix fuite mémoire Python3

# 28/10/2024

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- Ajout de la configuration *Thermokon 824248 - NOVOS 3 Module de commande d'ambiance température, humidité relative, CO2*

- Ajout de la configuration *Dragino RS485-LN + NILAN*

# 30/10/2024

- Modification de la configuration *MClimate Wireless Thermostat* (propriétés : Manual Target Temperature Update)
Expand Down
5 changes: 5 additions & 0 deletions fr_FR/plugins/automation protocol/modbus/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
>
>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.

# 08/11/2024

- Fix Fuite memoire Python3

# 30/07/2024

- Ajout Registre dans Message EcritureBit
Expand Down
3 changes: 2 additions & 1 deletion fr_FR/plugins/automation protocol/modbus/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
>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.

# 08/11/2024


- Fix Fuite Mémoire Python3

# 03/02/2022

Expand Down
3 changes: 3 additions & 0 deletions pt_PT/plugins/automation protocol/bacnet/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
>Recorde-se que se não há informação sobre a atualização é porque se trata apenas de atualização de documentação, tradução ou texto

# 11/08/2024

- Corrigir vazamento de memória do Python3

# 28/10/2024

Expand Down
9 changes: 9 additions & 0 deletions pt_PT/plugins/automation protocol/bacnet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
>Recorde-se que se não há informação sobre a atualização é porque se trata apenas de atualização de documentação, tradução ou texto


# 28/10/2024

- Correção para uso da CPU
- Threading para leitura de dados
- Otimização de código
- Corrija possíveis valores nulos


# 27/03/2024

- Corrigir comandos OnOff
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- Adicionando configuração *Thermokon 824248 - NOVOS 3 Módulo de controle ambiente temperatura, umidade relativa, CO2*

- Adicionando configuração *Dragino RS485-LN + NILAN*

# 30/10/2024

- Alterando a configuração *Termostato sem fio MClimate* (propriedades : Atualização manual da temperatura alvo)
Expand Down
5 changes: 5 additions & 0 deletions pt_PT/plugins/automation protocol/modbus/beta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
>
>Relembramos que, se não houver informação sobre a atualização, significa que se trata apenas de atualização de documentação, tradução ou texto.

# 11/08/2024

- Corrigir vazamento de memória do Python3

# 30/07/2024

- Adicionando registro na mensagem EcritureBit
Expand Down

0 comments on commit ee2b8eb

Please sign in to comment.