From 96b7ad17742e609ecdc4274b5a3917b875500fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= <1536036+zoic21@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:59:07 +0200 Subject: [PATCH] bugfix --- core/class/ipx800v4.class.php | 6 +++--- docs/fr_FR/changelog.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/class/ipx800v4.class.php b/core/class/ipx800v4.class.php index a35bea8..7d54ec6 100644 --- a/core/class/ipx800v4.class.php +++ b/core/class/ipx800v4.class.php @@ -204,8 +204,8 @@ public static function pull($_eqLogic_id = null, $_cache = null) { } } if($cmd->getConfiguration('infoType') == 'VR'){ - $value = 100 - $value; - } + $value = 100 - $value; + } $ipx800v4->checkAndUpdateCmd($cmd, $value, false); } } @@ -450,7 +450,7 @@ public function execute($_options = array()) { } $value = str_replace('#slider#', urlencode($_options['slider']), $value); if($this->getConfiguration('actionArgument') == 'VR' && $value <= 100){ - $value = 100 - $value; + $value = 100 - $value; } break; case 'color': diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index 194c8ce..ab948c1 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -4,6 +4,8 @@ > >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 +- Correction d'un soucis sur l'envoi de la commande stop pour les volets roulant + # 26/08/2024 - Support des volets roulants EnOcean