GenieACS will not do a SPV if it thinks the value is already the desired one. I.e., if the cached model matches the desired state, no changes will be sent to the CPE.
To work around this, you need to do a GPV first. curl -i ' http://localhost:7557/devices/48BF74-FAP%252FpBS4230%252FSC-1202000092184AP0017/tasks?connection_request' \ -X POST \ --data '{"name":"getParameterValues", "*parameterNames* ":["InternetGatewayDevice.Services.FAPService.1.FAPControl.LTE.AdminState"]}' Then: curl -i ' http://localhost:7557/devices/48BF74-FAP%252FpBS4230%252FSC-1202000092184AP0017/tasks?connection_request' \ -X POST \ --data '{"name":"setParameterValues", "parameterValues":[["InternetGatewayDevice.Services.FAPService.1.FAPControl.LTE.AdminState", "DOWN"]]}' -dan
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
