设置屏幕状态
# 设置屏幕状态
Path:
/api/screenstatus
Method: PUT
Content-type: application/json; charset=utf-8
接口描述: 设置屏幕亮屏或息屏。
请求参数
名称 | 类型 | 示例 | 描述 |
---|---|---|---|
screenstatus | int | 0 | 要设置的屏幕状态,1亮屏,0息屏 |
请求示例
{"screenstatus":1}
Path:
/api/screenstatus
Method: PUT
Content-type: application/json; charset=utf-8
接口描述: 设置屏幕亮屏或息屏。
请求参数
名称 | 类型 | 示例 | 描述 |
---|---|---|---|
screenstatus | int | 0 | 要设置的屏幕状态,1亮屏,0息屏 |
请求示例
{"screenstatus":1}