From b6258f5326d76bbe639e2382c5924ca494e404fc Mon Sep 17 00:00:00 2001 From: DubhAd Date: Thu, 8 Feb 2018 20:33:10 +0000 Subject: [PATCH] Added note about display in Overview (#4597) It's come up quite a few times, with people asking why some scripts have a toggle, and some don't. This is to add a little clarity about it (I'm **assuming** that `wait` also results in a toggle - it'd be good to get that verified). --- source/_components/script.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/script.markdown b/source/_components/script.markdown index 4b0fa016dce..52dd1110538 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -112,3 +112,9 @@ script: title: "{% raw %}{{ title }}{% endraw %}" message: "{% raw %}{{ message }}{% endraw %}" ``` + +### {% linkable_title In the Overview %} + +Scripts in the Overview panel will be displayed with an **ACTIVATE** button if the device has no `delay:` or `wait:` statement, and as a toggle switch if it has either of those. + +This is to enable you to stop a running script.