<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                [TOC=2] ## 設備狀態 ~~~[api] get:/api/get_status *string:sn=741100000011#設備序號 *string:data={}#獲取的參數 <<< success { "code": 0, "data": { "hw_temp_set": 26, "mode": 0, "temp_status": 26, "lan_pwd_enable": false, "temp_floor": "126.0", "xj_hours": 0, "dev": [], "xj_temp_set": 5, "h_s": 0, "fan_speed": 0, "is_fan_work": false, "is_key_lock": false, "w_t_o": 0, "k_close": true, "work_P": 0, "sw": "22.1", "sys_lock": 2, "version": 3, "t_f_show": false, "STemp": 5, "is_heat": false, "code": 0, "rssi": -37, "cool_heat": 0, "bg_cfg": [0,50,2,50,0,20,0], "mcu_type": 181 } } <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 批量狀態 ~~~[api] post:/api/get_batch_status *array:snList=['741100000011']#設備序列號數組 <<< success { "code": 0, "data": { "741100000011": { "policy_name": "無", "sn": "741100000011", "mode": 0, "hw_temp_set": 26, "is_fan_work": false, "xj_temp_set": 5, "mcu_type": 181, "lan_pwd_enable": false, "work_P": 0, "temp_floor": "126.0", "xj_hours": 0, "sys_lock": 2, "temp_status": 26, "h_s": 0, "fan_speed": 0, "nickname": "智能溫控器", "subtype": 0, "t_f_show": false, "k_close": true, "is_heat": false, "STemp": 5, "w_t_o": 0, "version": 3, "is_key_lock": false, "offline": false, "sw": "22.4", "code": 0, "rssi": -37, "cool_heat": 0, "bg_cfg": [0,50,2,50,0,20,0], "type": 29 } } } <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 在線時間 ~~~[api] get:/api/get_online_time *string:sn=741100000011#設備序號 <<< success { "code": 0, "data": { "nickname": "智能溫控器", // 設備名稱 "subtype": 0, // 設備類型 "server_domain": "wl.suittc.com", // 服務器地址 "time_zone": 8, "new_fw": "V2_4", "ssid": "CloudBox-0494B5", "fw": "V2_4", "time_zone_mins": "0", "uptime": 59900, "rssi": -37, "ip": "172.16.0.159", "type": 29, "code": 0 } } <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 批量在線 ~~~[api] post:/api/get_online_time_bat *array:snList=[1,2]#設備序號列表 <<< success { "code": 0, "data": { "741100000011": { "nickname": "智能溫控器", "subtype": 0, "server_domain": "wl.suittc.com", "time_zone": 8, "new_fw": "V2_4", "ssid": "CloudBox-0494B5", "fw": "V2_4", "time_zone_mins": "0", "uptime": 61155, "rssi": -35, "ip": "172.16.0.159", "type": 29 } } } <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 獲取智能 ~~~[api] get:/api/get_intelligent_config *string:data={}#智能模式相關參數 狀態接口也可獲取 <<< success { "code": 0, "data": { "smart_cfg": [129], "dev": [], "code": 0 } } <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 設備配置 ~~~[api] post:/api/control_device *string:sn=741100000011#設備序號 *string:data={}#控制的參數 *int:type=53#設備類型 <<< success { "code": 0, "data": { "741100000011": { "policy_name": "無", "sn": "741100000011", "mode": 0, "hw_temp_set": 26, "is_fan_work": false, "xj_temp_set": 5, "mcu_type": 181, "lan_pwd_enable": false, "work_P": 0, "temp_floor": "126.0", "xj_hours": 0, "sys_lock": 2, "temp_status": 26, "h_s": 0, "fan_speed": 0, "nickname": "智能溫控器", "subtype": 0, "t_f_show": false, "k_close": true, "is_heat": false, "STemp": 5, "w_t_o": 0, "version": 3, "is_key_lock": false, "offline": false, "sw": "22.4", "code": 0, "rssi": -37, "cool_heat": 0, "bg_cfg": [0,50,2,50,0,20,0], "type": 29 } } } <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 批量配置 ~~~[api] post:/api/control_device_bat *string:sn_list=["741100000011"]#設備序號 *string:data={}#控制的參數 *int:type=53#設備類型 <<< success // 返回的每個設備參數的數組 <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 智能配置 ~~~[api] post:/api/control_device_bat *string:sn_list=["741100000011"]#設備序號 *string:data={}#控制的參數 *int:type=53#設備類型 <<< success // 返回的每個設備配置參數的數組 <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 設備紅外 ~~~[api] post:/api/get_ir_libs *string:sn=741100000011#設備序號 <<< success // 參考具體接口參數 <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 設置紅外 ~~~[api] post:/api/set_ir_libs *string:sn=741100000011#設備序號 *string:data={}#設備功能 <<< success // 參考具體接口參數 <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 紅外功能 ~~~[api] get:/api/get_ir_limit *string:sn=741100000011#設備序號 *string:data={}#填寫獲取的相關參數 <<< success // 參考具體接口參數 <<< error { "code": -1, "msg": "參數錯誤" } ~~~ ## 平板功能 ~~~[api] post:/api/flat *string:data={"sn":"741100000011"}#相關參數 <<< parameter // 設備列表獲取 sn => method => get offset => 10 // p偏移量 count => 1 // 條數 <<< parameter // 設備鎖定 sn => 設備序號 method => set_lock_info 方法 power_off_and_lock => boolean 是否關機上鎖 due_date => 到期時間時間戳 dev_pwd => 溫控器解鎖密碼 <<< parameter // 歷史記錄 sn => 設備序號 method => get_temp_history // 方法 year => 年 month => 月 // 實際月份減一 day => 日 address => 設備地址 <<< parameter // 設備配置 sn => 設備序號 method => set // 方法 address => [1,2] // 地址數組 data => {} // 配置相關的字段和參數 <<< success // 參考具體接口參數 <<< error { "code": -1, "msg": "參數錯誤" } ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看