set-theme 接口
新增于 V2.2
设置设备网页主题。
请求方式
GET http://ip/usapi?method=set-theme&theme=xxx
参数 | 说明 |
---|---|
method | 方法名称:set-theme |
theme | 主题 0: 浅色主题 1: 深色主题 |
返回数据
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |
新增于 V2.2
设置设备网页主题。
GET http://ip/usapi?method=set-theme&theme=xxx
参数 | 说明 |
---|---|
method | 方法名称:set-theme |
theme | 主题 0: 浅色主题 1: 深色主题 |
{
"result": 0
}
属性 | 说明 |
---|---|
result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |