ACS not send PreSharedKey value

Miguel Ángel Sánchez Moragues sanchez.moragues at gmail.com
Mon Apr 17 11:07:02 EDT 2017


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/20170417/f80d9b08/attachment.html>


More information about the Users mailing list