Fwd: ACS not send PreSharedKey value

Miguel Ángel Sánchez Moragues sanchez.moragues at gmail.com
Tue Apr 18 09:19:07 EDT 2017


Hi,

GenieACS (v1.1.1) sends only the parameters which discovered over
GetParameterNames or GetParameterValues, isn't that right?

What is the way to force the SetParameterValues?


---------- Forwarded message ----------
From: <@gmail.com>
Date: 2017-04-17 17:07 GMT+02:00
Subject: ACS not send PreSharedKey value
To: Community support for GenieACS users <users at lists.genieacs.com>


I have a simple script provision (execute every '2 PERIODIC' event):

declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID",
{value: Date.now()}, {value: "SSID_test"});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey",
{value: Date.now()}, {value: "0123456789"});


But the ACS only sends the SSID value. Why ACS did not send the
PreSharedKey value?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170418/e8bb62b8/attachment.html>


More information about the Users mailing list