Clarify Flux brightness parameter behavior (#15781)

This commit is contained in:
Olivér Falvai 2020-11-30 00:36:11 -08:00 committed by GitHub
parent dee6bdf106
commit 207235d162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,11 +64,11 @@ stop_colortemp:
default: 1900
type: integer
brightness:
description: The brightness of the lights.
description: Constant brightness of the lights. Besides color temperature, brightness is also adjusted unless a value is specified here.
required: false
type: integer
disable_brightness_adjust:
description: If true, brightness will not be adjusted besides color temperature.
description: If true, brightness will not be adjusted, only color temperature.
required: false
type: boolean
default: false