summaryrefslogtreecommitdiffstats
path: root/config/process_put.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-27 01:59:54 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-27 01:59:54 +0000
commit89f1e294752c899ebdba06a6fbcfbcc390ecc807 (patch)
tree9fe02b61b8aef8d4d088762d1aae73179c5305fb /config/process_put.lua
parent148d568b3db38ada9cf0c5085d2c71584d588598 (diff)
downloadacf-provisioning-89f1e294752c899ebdba06a6fbcfbcc390ecc807.tar.bz2
acf-provisioning-89f1e294752c899ebdba06a6fbcfbcc390ecc807.tar.xz
Pass logevent function to scripts
Diffstat (limited to 'config/process_put.lua')
-rw-r--r--config/process_put.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/process_put.lua b/config/process_put.lua
index 4eabb1a..8497746 100644
--- a/config/process_put.lua
+++ b/config/process_put.lua
@@ -1,7 +1,7 @@
-- This is the script run to process uploaded config files
local functions, mac, data, device_id = ...
---APP.logevent("got to process_put script")
+--functions.logevent("got to process_put script")
-- Get the params
local params = functions.get_device_params(device_id)
@@ -18,7 +18,7 @@ function process_polycom()
end
-- for n,v in pairs(attrs) do
--- APP.logevent("name "..n.." val "..(v or ""))
+-- functions.logevent("name "..n.." val "..(v or ""))
-- end
-- Read attributes from attrs and generate paramaters for ACF