Problem to modify wifi name QP routeur

Hello all
I need you

If I want to modify name wifi in UI GenieACS 1.2.9
I received “Device is offline”

I I test by curl :
root@debian:~# curl -i ‘http://XXX.XXX.XXX.XXX:7557/devices/002385-QP-SN861283060063930/tasks?connection_request’-X POST --data ‘{“name”:“setParameterValues”, “parameterValues”: [[“InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID”, “totU”, “xsd:string”],[“InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.KeyPassphrase”,“helloworld”, “xsd:string”]]}’
HTTP/1.1 202 Accepted
GenieACS-Version: 1.2.9+20220822165235
Content-Type: application/json
Date: Mon, 18 Dec 2023 14:54:54 GMT
Connection: keep-alive
Keep-Alive: timeout=5
Transfer-Encoding: chunked

{“name”:“setParameterValues”,“parameterValues”:[[“InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID”,“totU”,“xsd:string”],[“InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.KeyPassphrase”,“helloworld”,“xsd:string”]],“device”:“002385-QP-SN861283060063930”,“timestamp”:“2023-12-18T14:54:54.199Z”,“_id”:“65805d3e42d8472357e830a6”}curl: (6) Could not resolve host: POST
root@debian:~#

after most seconds the parameters has been changed.

I don’t know why, that not work in genieACS UI

Best regards

Anthony