Reference14r1:Settings/Phone settings/Device settings: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<!-- Keywords: Phone, IP101, IP102, IP111, IP112, IP222, IP232, Display, Energy Saving -->
;Headset
==Applies to==
:Enable/Disable headset support
* innovaphone deskphones (IP1xx, IP2x2) with at least firmware 14r1sr5
;LCD light
==More information==
:Set current display brightness. 0 (off) - 15 (max). Default 8.
Starting with firmware 14r1sr5, energy saving options for display can be applied.
;LCD light (idle state)
:Display brightness applied 30s after last action. 0 (off) - 15 (max). Default 2.
:To prevent display dimming, set ''LCD light'' and ''LCD light (idle state)'' to same level
;Energy saving
:Time frame in which the display is switched off instead of being dimmed if in idle state. Format <starthours>-<endhours> in 24h-notation with leading zeros. E.g. 17-09 turns off display between 17 o'clock (5pm) until 9 o'clock (9am). Default is 22-06.
:To prevent switching off the display, set ''Energy saving'' to ''00-00''.
 
===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 22-06


==Configuration options==


===Manually via Phone===
'''Example to be used in Devices configuration/Expert configuration'''
Step to ''Settings / Phone settings / Device settings''
* '''LCD light''' : Set current display brightness. 0 (off) - 15 (max)
* '''LCD light (idle state)''' : Display brightness applied 30s after last action. 0 (off) - 15 (max)
* '''Energy saving''' : Time frame in which the display is switched off. Format <sh>-<eh> whereas sh = starthours and eh=endhours.
*: 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.
Use the [[{{NAMESPACE}}:Concept_Update_Server#Check_command | check command ]] as in the example below to prevent re-execution every 30 seconds


===Configfile entries for automated deployment===
# Use check command to prevent boot loops (after vars create a reset is needed)
* LCD light :
mod cmd UP1 check iresetn Energy-Saving
  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 22-07
  vars create PHONE/ENERGY-SAVING-TIME p 17-09
 
==Known issues==
With some display types, deactivation of the default energy saving time settings is at expense of the service life.

Latest revision as of 11:31, 6 November 2024

Headset
Enable/Disable headset support
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.
To prevent display dimming, set LCD light and LCD light (idle state) to same level
Energy saving
Time frame in which the display is switched off instead of being dimmed if in idle state. Format <starthours>-<endhours> in 24h-notation with leading zeros. E.g. 17-09 turns off display between 17 o'clock (5pm) until 9 o'clock (9am). Default is 22-06.
To prevent switching off the display, set Energy saving to 00-00.

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 22-06


Example to be used in Devices configuration/Expert configuration

Use the check command as in the example below to prevent re-execution every 30 seconds

# Use check command to prevent boot loops (after vars create a reset is needed)
mod cmd UP1 check iresetn Energy-Saving

vars create PHONE/LCD-BACKLIGHT p 8
vars create PHONE/LCD-IDLE-BACKLIGHT p 2
vars create PHONE/ENERGY-SAVING-TIME p 22-07