From c2b7ed915f01447874448eb91d418cef59246b71 Mon Sep 17 00:00:00 2001 From: Cyprien Date: Sat, 15 Jun 2024 16:44:05 +0200 Subject: [PATCH] Correct errors (restore output and remove trailing space --- docs/nodes/widgets/ui-slider.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/nodes/widgets/ui-slider.md b/docs/nodes/widgets/ui-slider.md index a88d0c22a..3c5486b92 100644 --- a/docs/nodes/widgets/ui-slider.md +++ b/docs/nodes/widgets/ui-slider.md @@ -15,6 +15,7 @@ props: Color: description: main - color of the slider and thumb; track - color of the slider track; thumb - color of the handle. dynamic: false + Output: Defines when a msg is emitted, either as the slider is moved, or as the slider is released. dynamic: Label: payload: msg.ui_update.class @@ -30,7 +31,7 @@ dynamic: structure: ["Number"] Range (max): payload: msg.ui_update.max - structure: ["Number"] + structure: ["Number"] Class: payload: msg.ui_update.class structure: ["String"]