Adding time interval (#7173)

Somewhere it got lost that the frequency and interval are seconds ;)
This commit is contained in:
DubhAd 2018-10-27 22:17:01 +01:00 committed by Franck Nijhof
parent dc59c1364c
commit 2a83a2dfcf

View File

@ -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