开关插座
POST
https://api.oraydev.cn/sl/v1/smart-plug/status请求参数
Body 参数application/json
sn
string
设备SN
action
string <int64>
开/关
index
string <int64>
插孔序列号,0~3
remoteid
string <int64>
主机id(可选,与上面的sn必须要传一个)
_format
string
返回格式(固定传json)
示例
{
"sn": "string",
"action": "string",
"index": "string",
"remoteid": "string",
"_format": "string"
}
示例代码
返回响应
成功(200)
服务器错误(500)
HTTP 状态码: 200
内容格式: JSON*/*
A successful response.
数据结构
code
enum<integer> <int32>
可选
- 0: 成功
- 3002: 插座不存在
- 3005: 插座未绑定到贝锐帐号
- 3006: 插座不在线
枚举值:
0300230053006
默认值:
0
stdcode
string <int64>
贝锐标准错误码
message
string
错误提示
category
string
分类
action
string
接口名称
data
object (dtoSwitchStatusResponse)
可选
示例
未设置
最后修改时间: 6 天前