Reference14r1:Settings/Phone settings/Device settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
; | ;Headset | ||
: Set current display brightness. 0 (off) - 15 (max). Default 8. | :Enable/Disable headset support (legacy, not needed for USB Headsets anymore) | ||
; | ;LCD light | ||
: Display brightness applied 30s after last action. 0 (off) - 15 (max). Default 2. | :Set current display brightness. 0 (off) - 15 (max). Default 8. | ||
; | ;LCD light (idle state) | ||
:Display brightness applied 30s after last action. 0 (off) - 15 (max). Default 2. | |||
;Energy saving | |||
: Time frame in which the display is switched off. Format <starthours>-<endhours> in 24h-notation. E.g. 17-09 turns off display between 17 o'clock (5pm) until 9 o'clock (9am). Default is 22-06. (To prevent display dimming, either define ''Energy saving'' to ''00-00'', or set ''LCD light'' and ''LCD light (idle state)'' to same level) | : Time frame in which the display is switched off. Format <starthours>-<endhours> in 24h-notation. E.g. 17-09 turns off display between 17 o'clock (5pm) until 9 o'clock (9am). Default is 22-06. (To prevent display dimming, either define ''Energy saving'' to ''00-00'', or set ''LCD light'' and ''LCD light (idle state)'' to same level) | ||
=== | ===Configuration entries for automated deployment=== | ||
;LCD light: | |||
vars create PHONE/LCD-BACKLIGHT p 8 | vars create PHONE/LCD-BACKLIGHT p 8 | ||
;LCD light (idle state): | |||
vars create PHONE/LCD-IDLE-BACKLIGHT p 2 | vars create PHONE/LCD-IDLE-BACKLIGHT p 2 | ||
;Energy saving: | |||
vars create PHONE/ENERGY-SAVING-TIME p 17-09 | vars create PHONE/ENERGY-SAVING-TIME p 17-09 |
Revision as of 15:10, 4 September 2024
- Headset
- Enable/Disable headset support (legacy, not needed for USB Headsets anymore)
- LCD light
- Set current display brightness. 0 (off) - 15 (max). Default 8.
- LCD light (idle state)
- Display brightness applied 30s after last action. 0 (off) - 15 (max). Default 2.
- Energy saving
- Time frame in which the display is switched off. Format <starthours>-<endhours> in 24h-notation. E.g. 17-09 turns off display between 17 o'clock (5pm) until 9 o'clock (9am). Default is 22-06. (To prevent display dimming, either define Energy saving to 00-00, or set LCD light and LCD light (idle state) to same level)
Configuration entries for automated deployment
- LCD light
vars create PHONE/LCD-BACKLIGHT p 8
- LCD light (idle state)
vars create PHONE/LCD-IDLE-BACKLIGHT p 2
- Energy saving
vars create PHONE/ENERGY-SAVING-TIME p 17-09