summaryrefslogtreecommitdiffstats
path: root/config/templates/polycom-template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/templates/polycom-template.lua')
-rw-r--r--config/templates/polycom-template.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/templates/polycom-template.lua b/config/templates/polycom-template.lua
index 892d8e6..2e3725d 100644
--- a/config/templates/polycom-template.lua
+++ b/config/templates/polycom-template.lua
@@ -24,6 +24,7 @@
clockenable
displaylang
dectenable
+ screensaverenable
}
regX (where X is a number 1-34) = {
extension = EXTEN
@@ -122,6 +123,7 @@ if values.device.displaylang then
end
xml_attr({ 'feature.dect.enabled' }, values.device.dectenable)
+xml_attr({ 'up.screenSaver.enabled' }, values.device.screensaverenable)
-- Override the default admin password of '456'
if values.device.adminpassword then