<div dir="ltr"><div dir="ltr"><div dir="ltr">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.<div><br></div><div>To work around this, you need to do a GPV first.<br><br> <font face="monospace, monospace"> curl -i '<a href="http://localhost:7557/devices/48BF74-FAP%252FpBS4230%252FSC-1202000092184AP0017/tasks?connection_request" target="_blank">http://localhost:7557/devices/48BF74-FAP%252FpBS4230%252FSC-1202000092184AP0017/tasks?connection_request</a>' \<br>  -X POST \<br>  --data '{"name":"getParameterValues", "<font color="#008000"><span style="font-size:12.1333px"><b>parameterNames</b></span></font>":["InternetGatewayDevice.Services.FAPService.1.FAPControl.LTE.AdminState"]}'<br></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Then:</font></div><div><font face="monospace, monospace"> curl -i '<a href="http://localhost:7557/devices/48BF74-FAP%252FpBS4230%252FSC-1202000092184AP0017/tasks?connection_request" target="_blank">http://localhost:7557/devices/48BF74-FAP%252FpBS4230%252FSC-1202000092184AP0017/tasks?connection_request</a>' \<br>  -X POST \<br>  --data '{"name":"setParameterValues", "parameterValues":[["InternetGatewayDevice.Services.FAPService.1.FAPControl.LTE.AdminState", "DOWN"]]}'</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">-dan</font></div></div></div></div>