From 5cb9f985768afd8267aaafe7384e6df33da01a06 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/process_put.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/process_put.lua') diff --git a/config/process_put.lua b/config/process_put.lua index 0194e46..83eaeb4 100644 --- a/config/process_put.lua +++ b/config/process_put.lua @@ -57,6 +57,10 @@ function process_polycom() elseif string.find(n, "24HourClock") then params.value.device.value.militarytimeenable.value = (v == "1") + -- this attribute enables local clock + elseif string.find(n, "localClockEnabled") then + params.value.device.value.clockenable.value = (v == "1") + else -- search attribute name for reg_name like "reg.1." -- and for rest like "fwdStatus" -- cgit v1.2.3