diff --git a/desktop/modal/device.php b/desktop/modal/device.php index 2ea570f..77a4bd4 100644 --- a/desktop/modal/device.php +++ b/desktop/modal/device.php @@ -53,15 +53,15 @@ {{Nom :}} getHumanName() ?> {{Modèle :}} - + {{Fabricant :}} - + {{Vendeur :}} - + {{Modèle ID :}} - + {{Type :}} - +
{{Interview en cours :}}
{{Alimentation :}} - +
{{Software :}} - + {{Support OTA :}} {{Description}}
- +

@@ -159,7 +159,7 @@ getLogicalId())]; foreach ($infos['definition']['options'] as $option) { - if ($option['access'] == 1) { + if (!isset($option['access']) || $option['access'] == 1) { continue; } echo ''; diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index 7c38eb7..ebe16ff 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -15,6 +15,11 @@ - Amélioration de la detection du mode inclusion - Correction de bug (le plugin ignore maintenant les valeurs vide pour les commandes) +# 19/02/2024 + +- Correction d'un soucis sur l'installation de mqtt + + # 17/01/2024 - Amélioration de la mise à jour du firmware sur Luna