From 2a83a2dfcfd60f6513edab01dee7f17d79ae417c Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 27 Oct 2018 22:17:01 +0100 Subject: [PATCH] Adding time interval (#7173) Somewhere it got lost that the frequency and interval are seconds ;) --- source/_components/switch.flux.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/switch.flux.markdown b/source/_components/switch.flux.markdown index 267173689a1..dccaf1ba957 100644 --- a/source/_components/switch.flux.markdown +++ b/source/_components/switch.flux.markdown @@ -81,12 +81,12 @@ mode: default: xy type: string transition: - description: Transition time for the light changes (high values may not be supported by all light models). + description: Transition time in seconds for the light changes (high values may not be supported by all light models). required: false default: 30 type: integer interval: - description: Frequency at which the lights should be updated. + description: Frequency in seconds at which the lights should be updated. required: false default: 30 type: integer