From 0a651ac809ffc89de7617309e5f673d2b75355f8 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Wed, 4 Oct 2023 13:05:49 +0200 Subject: [PATCH] Fix `oh-stepper` sends commands on Item state update due to rounding Fixes #1186. Signed-off-by: Florian Hotze --- .../components/widgets/system/oh-stepper.vue | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue index 370442f566..765e218f31 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue @@ -1,6 +1,6 @@