Update light markdown (#27255)

Corrected csv header.
This commit is contained in:
tomlut 2023-05-04 13:05:37 +07:00 committed by GitHub
parent 4ac86d8efe
commit 47efaec299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ To set the default color, brightness and transition values when the light is tur
The `light_profiles.csv` has to have a header. The format of the header is:
```txt
profile,color_x,color_y,brightness,transition
id,x,y,brightness,transition
```
The field transition is optional and can be omitted.