Check the device is network-connected and marked online on console prior to config delivery.
Start access
5.1 Device Configuration Delivery API
Interface address:
https://api.thingboot.com/{AppID}/device/config/?sign={sign}&ts={ts}
{AppID} is your application ID (generated by the platform)Please enter the console, in the development settings page to view.
{sign} and {ts} algorithm, please see the description in the previous section
{AppID} is your application ID (generated by the platform)Please enter the console, in the development settings page to view.
{sign} and {ts} algorithm, please see the description in the previous section
Request data:
This command delivers the configuration parameter AIRTON under to with ID 820720
For more configuration parameters, please refer to section4.2 Supports parameter configurationbelow
{
"device":820720,
"config":{"ac_protocol":"AIRTON"}
}
Request method: POST; Data format: JSONThis command delivers the configuration parameter AIRTON under to with ID 820720
For more configuration parameters, please refer to section4.2 Supports parameter configurationbelow
5.2 Supports parameter configuration
5.2.1 Product config
| Config | Name | Content | Description |
|---|---|---|---|
| ac_protocol | AIRTON | {"ac_protocol":"AIRTON"} | |
| AIRWELL | {"ac_protocol":"AIRWELL"} | ||
| AMCOR | {"ac_protocol":"AMCOR"} | ||
| ARGO | {"ac_protocol":"ARGO"} | ||
| BOSCH144 | {"ac_protocol":"BOSCH144"} | ||
| CARRIER_AC64 | {"ac_protocol":"CARRIER_AC64"} | ||
| CHANGHONG | {"ac_protocol":"CHANGHONG"} | ||
| COOLIX | {"ac_protocol":"COOLIX"} | ||
| CORONA_AC | {"ac_protocol":"CORONA_AC"} | ||
| DAIKIN | {"ac_protocol":"DAIKIN"} | ||
| DAIKIN128 | {"ac_protocol":"DAIKIN128"} | ||
| DAIKIN152 | {"ac_protocol":"DAIKIN152"} | ||
| DAIKIN160 | {"ac_protocol":"DAIKIN160"} | ||
| DAIKIN176 | {"ac_protocol":"DAIKIN176"} | ||
| DAIKIN2 | {"ac_protocol":"DAIKIN2"} | ||
| DAIKIN216 | {"ac_protocol":"DAIKIN216"} | ||
| DAIKIN64 | {"ac_protocol":"DAIKIN64"} | ||
| DELONGHI_AC | {"ac_protocol":"DELONGHI_AC"} | ||
| ECOCLIM | {"ac_protocol":"ECOCLIM"} | ||
| ELECTRA_AC | {"ac_protocol":"ELECTRA_AC"} | ||
| FUJITSU_AC | {"ac_protocol":"FUJITSU_AC"} | ||
| GOODWEATHER | {"ac_protocol":"GOODWEATHER"} | ||
| GREE | {"ac_protocol":"GREE"} | ||
| HAIER_AC | {"ac_protocol":"HAIER_AC"} | ||
| HAIER_AC160 | {"ac_protocol":"HAIER_AC160"} | ||
| HAIER_AC176 | {"ac_protocol":"HAIER_AC176"} | ||
| HAIER_AC_YRW02 | {"ac_protocol":"HAIER_AC_YRW02"} | ||
| HITACHI_AC | {"ac_protocol":"HITACHI_AC"} | ||
| HITACHI_AC1 | {"ac_protocol":"HITACHI_AC1"} | ||
| HITACHI_AC264 | {"ac_protocol":"HITACHI_AC264"} | ||
| HITACHI_AC296 | {"ac_protocol":"HITACHI_AC296"} | ||
| HITACHI_AC344 | {"ac_protocol":"HITACHI_AC344"} | ||
| HITACHI_AC424 | {"ac_protocol":"HITACHI_AC424"} | ||
| KELON | {"ac_protocol":"KELON"} | ||
| KELVINATOR | {"ac_protocol":"KELVINATOR"} | ||
| LG | {"ac_protocol":"LG"} | ||
| LG2 | {"ac_protocol":"LG2"} | ||
| MIDEA | {"ac_protocol":"MIDEA"} | ||
| MIRAGE | {"ac_protocol":"MIRAGE"} | ||
| MITSUBISHI_AC | {"ac_protocol":"MITSUBISHI_AC"} | ||
| MITSUBISHI112 | {"ac_protocol":"MITSUBISHI112"} | ||
| MITSUBISHI136 | {"ac_protocol":"MITSUBISHI136"} | ||
| MITSUBISHI_HEAVY_88 | {"ac_protocol":"MITSUBISHI_HEAVY_88"} | ||
| MITSUBISHI_HEAVY_152 | {"ac_protocol":"MITSUBISHI_HEAVY_152"} | ||
| NEOCLIMA | {"ac_protocol":"NEOCLIMA"} | ||
| PANASONIC_AC | {"ac_protocol":"PANASONIC_AC"} | ||
| PANASONIC_AC32 | {"ac_protocol":"PANASONIC_AC32"} | ||
| RHOSS | {"ac_protocol":"RHOSS"} | ||
| SAMSUNG_AC | {"ac_protocol":"SAMSUNG_AC"} | ||
| SANYO_AC | {"ac_protocol":"SANYO_AC"} | ||
| SANYO_AC88 | {"ac_protocol":"SANYO_AC88"} | ||
| SHARP_AC | {"ac_protocol":"SHARP_AC"} | ||
| TCL112AC | {"ac_protocol":"TCL112AC"} | ||
| TECHNIBEL_AC | {"ac_protocol":"TECHNIBEL_AC"} | ||
| TECO | {"ac_protocol":"TECO"} | ||
| TEKNOPOINT | {"ac_protocol":"TEKNOPOINT"} | ||
| TOSHIBA_AC | {"ac_protocol":"TOSHIBA_AC"} | ||
| TRANSCOLD | {"ac_protocol":"TRANSCOLD"} | ||
| TROTEC | {"ac_protocol":"TROTEC"} | ||
| TROTEC_3550 | {"ac_protocol":"TROTEC_3550"} | ||
| TRUMA | {"ac_protocol":"TRUMA"} | ||
| VESTEL_AC | {"ac_protocol":"VESTEL_AC"} | ||
| VOLTAS | {"ac_protocol":"VOLTAS"} | ||
| YORK | {"ac_protocol":"YORK"} | ||
| WHIRLPOOL_AC | {"ac_protocol":"WHIRLPOOL_AC"} | ||
| XIAOMI96AC | {"ac_protocol":"XIAOMI96AC"} | ||
| action1 | 空调开关机 | {"action1":"ac"} | |
| 禁用 | {"action1":"dis"} |