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.
## 上下位机协议
上位机固定IP:100.64.1.1/16,端口号:8000
下位机默认IP:100.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