Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 482 Bytes

CMD_APC_SET_TARGET_TEMP.md

File metadata and controls

21 lines (17 loc) · 482 Bytes

CMD_APC_SET_TARGET_TEMP

Change the set target temperature. Works for both idle devices, and devices currently running.

Syntax:

{
    "command": "CMD_APC_SET_TARGET_TEMP",
    "requestId": "<random_22_digit_hex>",
    "payload": {
      "cookerId": "<your_cooker_id>",
      "type": "pro",
      "targetTemperature": <temperature>,
      "unit": "C",
      "requestId": "<random_22_digit_hex>"
    }
  }

Full command example