From d61d028dbdd3f50e0a916f7a1dcde475857416d5 Mon Sep 17 00:00:00 2001 From: cgjgh <160297365+cgjgh@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:45:53 -0600 Subject: [PATCH] Fix notification docs for msg.show --- docs/nodes/widgets/ui-notification.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/nodes/widgets/ui-notification.md b/docs/nodes/widgets/ui-notification.md index db03921a1..b37002458 100644 --- a/docs/nodes/widgets/ui-notification.md +++ b/docs/nodes/widgets/ui-notification.md @@ -43,12 +43,13 @@ dynamic: Accept raw html: payload: msg.ui_update.raw structure: ["Boolean"] - Show: - payload: msg.ui_update.show - structure: ["Boolean"] Show countdown bar: payload: msg.ui_update.showCountdown structure: ["Boolean"] +controls: + show: + example: true | false + description: Allow control over whether or not the notification is visible. ---