You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
618 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## 上下位机协议
上位机固定IP100.64.1.1/16端口号8000
下位机默认IP100.64.0.20/16
#### 下位机注册
POST http://<上位机固定IP>:<端口号>/api/rms/cabinets
{
"mac": <mac地址>
"ip": <ip地址>
}
URI: /api/cabinet/v1/beep
POST {"short": 3, "long": 1}
{
"code": 200|409,
"desc": "success|conflict",
"data": null
}
URI: /api/cabinet/v1/setting
POST
{
"temperature": [],
"light": "auto|open|close",
"fan": "auto|open|close",
"frost": true,
"frost_duration": 5
}
{
"code": 200|409,
"desc": "success|conflict",
"data": null
}