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 <[email protected]>


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?
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to