From ba56b6a753e6e8d8fb2d8365e273c067b2a387cc 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 a5f34ae454..33515bc879 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 @@