From 20738b83165b4f65d5d3198195d2dab91ecfc8cc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 28 Dec 2016 21:30:05 +0000 Subject: Add Polycom clockenable parameter (cherry picked from commit 6e2cf4da8bee8dbc180c6011ecf98b70a215bf71) --- config/templates/polycom-template.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/templates/polycom-template.lua') diff --git a/config/templates/polycom-template.lua b/config/templates/polycom-template.lua index 6a874ff..e3a4313 100644 --- a/config/templates/polycom-template.lua +++ b/config/templates/polycom-template.lua @@ -21,6 +21,7 @@ timezone urldialingenable militarytimeenable + clockenable displaylang } regX (where X is a number 1-34) = { @@ -97,6 +98,8 @@ end -- apply settings in 'device' parameter above xml_attr({ 'device.net.etherModePC.set' }, '1') +xml_attr({ 'up.localClockEnabled' }, values.device.clockenable) + -- Enable 24-hour Clock Mode if values.device.militarytimeenable then xml_attr({'lcl.datetime.time.24HourClock'}, true) -- cgit v1.2.3