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.
618 B
618 B
上下位机协议
上位机固定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 }
{ "code": 200|409, "desc": "success|conflict", "data": null }