Skip to content

Commit 03ec8a3

Browse files
committed
Correct dimLevel example
1 parent 130762f commit 03ec8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Modify the configuration for the modules you wish to control the display of usin
5757
To dim a module, rather than hide it, add the `dimLevel` (as a percentage between 0 and 100), to the `module_schedule` option. e.g.
5858
````javascript
5959
// DISPLAY BETWEEN 06:30 AND 22:30 AND DIM IT TO 25% AT ALL OTHER TIMES
60-
module_schedule: [{from: '30 9 * * *', to: '30 22 * * *', dimLevel: '25'}]
60+
module_schedule: [{from: '30 6 * * *', to: '30 22 * * *', dimLevel: '25'}]
6161
````
6262
**Note:** the module will show (full brightness) based on the `from` expression and then either hide (or dim if the `dimLevel` is set) based on the `to` expression.
6363

0 commit comments

Comments
 (0)