思必驰 关闭按钮
<h5>简要描述</h5>
<ul>
<li>MQTT收发 每5分钟发送</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>xxx</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>备注</h5>
<p>服务器请求:<br />
{
"command":"remote",
"serial":"xxxxxx", //设备唯一ID,设备mac地址
"msgid":"52197", //消息唯一ID
"message":{
"light":"0", // 0为关闭,1为开启
"button":1 // 按钮</p>
<pre><code>}</code></pre>
<p>}
终端响应:
{
"command":"remote",
"serial":"58:CD:EF:44:5E:9A", //设备唯一ID,设备mac_addr
"msgid":"52197", //消息唯一ID
"code":"0" //0——接收成功,否则接收失败
}</p>