*Hi actually i use for WIFI PASSWORD:*

 curl -i 
'http://acs.smsnet.pl:7557/devices/FC0101-OG%252D3404-FC0101000118/tasks?connection_request'
\
  -X POST \
  --data '{"name":"setParameterValues",
"parameterValues":[["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID",
"GenieACS",
"xsd:string"],["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey",
"hello world", "xsd:string"]]}'

*i have devices with different UOI and i haven't UOI in my database. Is
there option to send curl without UOI and  Model as below: ? (only with
serial number)*

 curl -i 
'http://acs.smsnet.pl:7557/devices/FC0101000118/tasks?connection_request'
\
  -X POST \
  --data '{"name":"setParameterValues",
"parameterValues":[["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID",
"GenieACS",
"xsd:string"],["InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey",
"hello world", "xsd:string"]]}'


What i need to change ?
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to