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