You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,12 @@ To display the module insert it in the config.js file. Here is an example:
35
35
| screenOnCommand | the command which is used to turn the screen on | String | '/usr/bin/vcgencmd display_power 1' |
36
36
| screenOffCommand | the command which is used to turn the screen off | String | '/usr/bin/vcgencmd display_power 0' |
37
37
| screenStatusCommand | the command which is used to check if the screen is on (result needs to be 'display_power 1' if on) | String | '/usr/bin/vcgencmd display_power' |
38
-
| turnScreenOnIfProfileDelayIsSet | if you do not want the screen to be turned on if the profile changes and a profile specific delay is set set this value to false | boolean | true
38
+
| turnScreenOnIfProfileDelayIsSet | if you do not want the screen to be turned on if the profile changes and a profile specific delay is set set this value to false | boolean | true |
39
+
| countDownText | If you specify a position for the module in the config an countdown will be displayed; the countdown starts with an text that you can change with this value | String | 'Display powersave: ' |
40
+
| disabledText | If the display powersave is disabled an message instead of the counter will be display | String | 'disabled' |
41
+
| displayHours | If you use such long powersave intervals that you need hours you can set this value to true | boolean | false |
42
+
| countDownUpdateInterval | How often should the counter be updated | Integer | 5000 |
43
+
| animationSpeed | If you like the update of the counter to be animated you can specify an interval with this value | Integer | 0 |
0 commit comments