set-softap 接口
新增于:V1.3
修改 AP 配置。
请求方式
GET http://ip/usapi?method=set-softap&is-softap=0&is-visible=1&softap-ssid=xxx&softap-passwd=xxx
| 参数 | 说明 |
|---|---|
| method | 方法名称:set-softap |
| is-softap | 保留,默认值: 1 |
| is-visible | 保留,默认值: 1 |
| softap-ssid | 保留,默认值: 产品序列号 |
| softap-passwd | SSID 密码,明文存储,字符要求: 1、1 - 32 个字符 2、由 A-Z, a-z, 0-9, 空格 ._-+'[]() 组成,并且不能以空格开头或结束 |
返回数据
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |