Retrieve washer-dryer programs in plain English and control appliance with Python

Hi everyone,

I am not a professional developer, but I am working on a small home project and could really use some help from the community. I am trying to interact with the SmartThings API to control my smart washer-dryer and map its programmes to user-friendly labels.

Here is where I am at so far: I can retrieve some information about the washer-dryer through the API and have attached the JSON files showing the appliance details and its status dump. When I query the washerCycle and washerCyclePreset endpoints, I encounter two main issues:

  1. The response contains several codes that seem to correspond to different programmes, but I need to translate these into plain English names.
  2. I suspect that this mapping could be found in something called Table_02, but I have not been able to access it via the CLI.

Additionally, it looks like there are 10 preset programmes (F1-F9, FA), but I am not sure how to retrieve all the available programmes, which are more on my appliance’s display.

What I would really appreciate is some guidance on how I can fetch all available washer-dryer programmes using the API and Python. If anyone has a Python example to help me get started, that would be incredibly useful.

Also, if someone could point me in the right direction for triggering the washer-dryer’s events with Python, that would be a huge help!

Thank you in advance for your time and help!

JSON Files

Redacted potentially sensitive information in the output reported below.

a1e08e11-9d1f-24e7-e725-ca41809eef7b.json

{
  "deviceId": "device-yx35ksy1e4xa  // fake",
  "name": "[washer] Samsung",
  "label": "Washer",
  "manufacturerName": "Samsung Electronics",
  "presentationId": "DA-WM-WM-01011",
  "deviceManufacturerCode": "Samsung Electronics",
  "locationId": "loc-j8ile958vd  // fake",
  "ownerId": "owner-1f0npxh6zh  // fake",
  "roomId": "room-wcztt6wgkh  // fake",
  "deviceTypeName": "Samsung OCF Washer",
  "components": [
    {
      "id": "main",
      "label": "main",
      "capabilities": [
        {
          "id": "execute",
          "version": 1
        },
        {
          "id": "ocf",
          "version": 1
        },
        {
          "id": "powerConsumptionReport",
          "version": 1
        },
        {
          "id": "refresh",
          "version": 1
        },
        {
          "id": "remoteControlStatus",
          "version": 1
        },
        {
          "id": "demandResponseLoadControl",
          "version": 1
        },
        {
          "id": "logTrigger",
          "version": 1
        },
        {
          "id": "switch",
          "version": 1
        },
        {
          "id": "washerOperatingState",
          "version": 1
        },
        {
          "id": "custom.disabledCapabilities",
          "version": 1
        },
        {
          "id": "custom.dryerDryLevel",
          "version": 1
        },
        {
          "id": "custom.dryerWrinklePrevent",
          "version": 1
        },
        {
          "id": "custom.energyType",
          "version": 1
        },
        {
          "id": "custom.jobBeginningStatus",
          "version": 1
        },
        {
          "id": "custom.supportedOptions",
          "version": 1
        },
        {
          "id": "custom.washerAutoDetergent",
          "version": 1
        },
        {
          "id": "custom.washerAutoSoftener",
          "version": 1
        },
        {
          "id": "custom.washerRinseCycles",
          "version": 1
        },
        {
          "id": "custom.washerSoilLevel",
          "version": 1
        },
        {
          "id": "custom.washerSpinLevel",
          "version": 1
        },
        {
          "id": "custom.washerWaterTemperature",
          "version": 1
        },
        {
          "id": "samsungce.audioVolumeLevel",
          "version": 1
        },
        {
          "id": "samsungce.autoDispenseDetergent",
          "version": 1
        },
        {
          "id": "samsungce.autoDispenseSoftener",
          "version": 1
        },
        {
          "id": "samsungce.detergentOrder",
          "version": 1
        },
        {
          "id": "samsungce.detergentState",
          "version": 1
        },
        {
          "id": "samsungce.deviceIdentification",
          "version": 1
        },
        {
          "id": "samsungce.driverVersion",
          "version": 1
        },
        {
          "id": "samsungce.dryerDryingTime",
          "version": 1
        },
        {
          "id": "samsungce.detergentAutoReplenishment",
          "version": 1
        },
        {
          "id": "samsungce.softenerAutoReplenishment",
          "version": 1
        },
        {
          "id": "samsungce.flexibleAutoDispenseDetergent",
          "version": 1
        },
        {
          "id": "samsungce.softwareUpdate",
          "version": 1
        },
        {
          "id": "samsungce.kidsLock",
          "version": 1
        },
        {
          "id": "samsungce.softenerOrder",
          "version": 1
        },
        {
          "id": "samsungce.softenerState",
          "version": 1
        },
        {
          "id": "samsungce.washerBubbleSoak",
          "version": 1
        },
        {
          "id": "samsungce.washerCycle",
          "version": 1
        },
        {
          "id": "samsungce.washerCyclePreset",
          "version": 1
        },
        {
          "id": "samsungce.washerDelayEnd",
          "version": 1
        },
        {
          "id": "samsungce.washerFreezePrevent",
          "version": 1
        },
        {
          "id": "samsungce.washerLabelScanCyclePreset",
          "version": 1
        },
        {
          "id": "samsungce.washerOperatingState",
          "version": 1
        },
        {
          "id": "samsungce.washerWashingTime",
          "version": 1
        },
        {
          "id": "samsungce.washerWaterLevel",
          "version": 1
        },
        {
          "id": "samsungce.washerWaterValve",
          "version": 1
        },
        {
          "id": "samsungce.welcomeMessage",
          "version": 1
        },
        {
          "id": "samsungce.waterConsumptionReport",
          "version": 1
        },
        {
          "id": "samsungce.clothingExtraCare",
          "version": 1
        },
        {
          "id": "samsungce.quickControl",
          "version": 1
        },
        {
          "id": "samsungce.energyPlanner",
          "version": 1
        },
        {
          "id": "samsungce.softwareVersion",
          "version": 1
        },
        {
          "id": "sec.diagnosticsInformation",
          "version": 1
        },
        {
          "id": "sec.wifiConfiguration",
          "version": 1
        },
        {
          "id": "sec.smartthingsHub",
          "version": 1,
          "ephemeral": true
        }
      ],
      "categories": [
        {
          "name": "Washer",
          "categoryType": "manufacturer"
        }
      ],
      "optional": false
    },
    {
      "id": "hca.main",
      "label": "hca.main",
      "capabilities": [
        {
          "id": "hca.washerMode",
          "version": 1
        }
      ],
      "categories": [
        {
          "name": "Other",
          "categoryType": "manufacturer"
        }
      ],
      "optional": false
    }
  ],
  "createTime": "2025-01-01T00:00:00.000Z  // fake",
  "profile": {
    "id": "profile-rk8p24v1xwcc  // fake"
  },
  "ocf": "MODEL_FAKE_12345  // fake",
  "type": "OCF",
  "restrictionTier": 0,
  "allowed": null,
  "executionContext": "CLOUD",
  "relationships": []
}

a1e08e11-9d1f-24e7-e725-ca41809eef7b_status_dump.json

Part 1

{
  "components": {
    "hca.main": {
      "hca.washerMode": {
        "mode": {
          "value": "others",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedModes": {
          "value": [
            "normal",
            "quickWash",
            "mix",
            "eco",
            "spinOnly"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      }
    },
    "main": {
      "custom.dryerWrinklePrevent": {
        "operatingState": {
          "value": null
        },
        "dryerWrinklePrevent": {
          "value": null
        }
      },
      "samsungce.washerWaterLevel": {
        "supportedWaterLevel": {
          "value": null
        },
        "waterLevel": {
          "value": null
        }
      },
      "custom.washerWaterTemperature": {
        "supportedWasherWaterTemperature": {
          "value": [
            "none",
            "cold",
            "20",
            "30",
            "40",
            "60",
            "90"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "washerWaterTemperature": {
          "value": "40",
          "timestamp": "2025-08-13T14:36:20.959Z"
        }
      },
      "samsungce.softenerAutoReplenishment": {
        "regularSoftenerType": {
          "value": "liquid",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularSoftenerAlarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularSoftenerInitialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularSoftenerRemainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularSoftenerDosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularSoftenerOrderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.autoDispenseSoftener": {
        "remainingAmount": {
          "value": "normal",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "amount": {
          "value": "standard",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "supportedDensity": {
          "value": [
            "normal",
            "high",
            "extraHigh"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "density": {
          "value": "normal",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "supportedAmount": {
          "value": [
            "none",
            "less",
            "standard",
            "extra"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.autoDispenseDetergent": {
        "remainingAmount": {
          "value": "less",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "amount": {
          "value": "standard",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "supportedDensity": {
          "value": [
            "normal",
            "high",
            "extraHigh"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "density": {
          "value": "high",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "supportedAmount": {
          "value": [
            "none",
            "less",
            "standard",
            "extra"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "availableTypes": {
          "value": null
        },
        "type": {
          "value": null
        },
        "supportedTypes": {
          "value": null
        },
        "recommendedAmount": {
          "value": null
        }
      },
      "samsungce.washerWaterValve": {
        "waterValve": {
          "value": null
        },
        "supportedWaterValve": {
          "value": null
        }
      },
      "washerOperatingState": {
        "completionTime": {
          "value": "2025-08-13T17:26:20Z",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "machineState": {
          "value": "stop",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "washerJobState": {
          "value": "none",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "supportedMachineStates": {
          "value": [
            "stop",
            "run",
            "pause"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "custom.washerAutoSoftener": {
        "washerAutoSoftener": {
          "value": null
        }
      },

a1e08e11-9d1f-24e7-e725-ca41809eef7b_status_dump.json

Part 2

      "samsungce.washerCycle": {
        "cycleType": {
          "value": "washingOnly",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedCycles": {
          "value": [
            {
              "cycle": "1C",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "2B",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8410",
                  "default": "40",
                  "options": [
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "1B",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "847E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60",
                    "90"
                  ]
                }
              }
            },
            {
              "cycle": "1E",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A33F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200"
                  ]
                },
                "rinseCycle": {
                  "raw": "933F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "811E",
                  "default": "cold",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "1D",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "96",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A37F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "920F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "8F",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A57F",
                  "default": "1200",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8102",
                  "default": "cold",
                  "options": [
                    "cold"
                  ]
                }
              }
            },
            {
              "cycle": "25",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A37F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "833E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60"
                  ]
                }
              }
            },
            {
              "cycle": "26",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A207",
                  "default": "400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400"
                  ]
                },
                "rinseCycle": {
                  "raw": "920F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "831E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "33",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "933F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "857E",
                  "default": "60",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60",
                    "90"
                  ]
                }
              }
            },
            {
              "cycle": "24",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A30F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800"
                  ]
                },
                "rinseCycle": {
                  "raw": "930F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "32",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A37F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "833E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60"
                  ]
                }
              }
            },
            {
              "cycle": "20",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "943F",
                  "default": "4",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "857E",
                  "default": "60",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60",
                    "90"
                  ]
                }
              }
            },
            {
              "cycle": "22",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A30F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800"
                  ]
                },
                "rinseCycle": {
                  "raw": "920F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "23",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A57F",
                  "default": "1200",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "930F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "831E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "21",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A57F",
                  "default": "1200",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "943F",
                  "default": "4",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "2D",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A30F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "30",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "843E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60"
                  ]
                }
              }
            },
            {
              "cycle": "27",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "913F",
                  "default": "1",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "28",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67E",
                  "default": "1400",
                  "options": [
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "36",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B13E",
                  "default": "cupboard",
                  "options": [
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A640",
                  "default": "1400",
                  "options": [
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },

a1e08e11-9d1f-24e7-e725-ca41809eef7b_status_dump.json

Part 3

            {
              "cycle": "38",
              "cycleType": "dryingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B13E",
                  "default": "cupboard",
                  "options": [
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A000",
                  "default": "rinseHold",
                  "options": []
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "39",
              "cycleType": "dryingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B13E",
                  "default": "cupboard",
                  "options": [
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A000",
                  "default": "rinseHold",
                  "options": []
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "29",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8520",
                  "default": "70",
                  "options": [
                    "70"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A520",
                  "default": "1200",
                  "options": [
                    "1200"
                  ]
                },
                "rinseCycle": {
                  "raw": "9204",
                  "default": "2",
                  "options": [
                    "2"
                  ]
                }
              }
            },
            {
              "cycle": "37",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A000",
                  "default": "rinseHold",
                  "options": []
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            }
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "washerCycle": {
          "value": "Table_02_Course_1C",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "referenceTable": {
          "value": {
            "id": "Table_02"
          },
          "timestamp": "2025-08-07T18:56:09.897Z"
        },
        "specializedFunctionClassification": {
          "value": 4,
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.waterConsumptionReport": {
        "waterConsumption": {
          "value": {
            "cumulativeAmount": 1550300,
            "delta": 0,
            "start": "2025-08-13T07:27:56Z",
            "end": "2025-08-13T14:36:20Z"
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "ocf": "MODEL_FAKE_12345  // fake",
      "custom.dryerDryLevel": {
        "dryerDryLevel": {
          "value": "none",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedDryerDryLevel": {
          "value": [
            "none",
            "cupboard",
            "30",
            "60",
            "90",
            "120",
            "180",
            "240"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "custom.disabledCapabilities": {
        "disabledCapabilities": {
          "value": [
            "samsungce.flexibleAutoDispenseDetergent",
            "samsungce.washerLabelScanCyclePreset",
            "samsungce.energyPlanner",
            "logTrigger",
            "sec.smartthingsHub",
            "samsungce.washerFreezePrevent",
            "samsungce.clothingExtraCare",
            "samsungce.dryerDryingTime",
            "custom.dryerWrinklePrevent",
            "custom.washerSoilLevel",
            "samsungce.washerWaterLevel",
            "samsungce.washerWaterValve",
            "samsungce.washerWashingTime",
            "custom.washerAutoDetergent",
            "custom.washerAutoSoftener"
          ],
          "timestamp": "2025-08-07T18:56:11.201Z"
        }
      },
      "logTrigger": {
        "logState": {
          "value": null
        },
        "logRequestState": {
          "value": null
        },
        "logInfo": {
          "value": null
        }
      },
      "samsungce.driverVersion": {
        "versionNumber": {
          "value": 25040101,
          "timestamp": "2025-08-07T18:56:07.755Z"
        }
      },
      "sec.diagnosticsInformation": {
        "logType": {
          "value": [
            "errCode",
            "dump"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "endpoint": "FAKE_ENDPOINT  // fake",
        "minVersion": {
          "value": "3.0",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "signinPermission": {
          "value": null
        },
        "setupId": "FAKE_SETUPID  // fake",
        "protocolType": {
          "value": "ble_ocf",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "tsId": "FAKE_TSID  // fake",
        "mnId": "FAKE_MNID  // fake",
        "dumpType": {
          "value": "file",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.washerOperatingState": {
        "washerJobState": {
          "value": "none",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "operatingState": {
          "value": "ready",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "supportedOperatingStates": {
          "value": [
            "ready",
            "running",
            "paused"
          ],
          "timestamp": "2025-08-07T18:56:08.525Z"
        },
        "scheduledJobs": {
          "value": [
            {
              "jobName": "wash",
              "timeInMin": 42
            },
            {
              "jobName": "rinse",
              "timeInMin": 32
            },
            {
              "jobName": "spin",
              "timeInMin": 16
            }
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "scheduledPhases": {
          "value": [
            {
              "phaseName": "wash",
              "timeInMin": 42
            },
            {
              "phaseName": "rinse",
              "timeInMin": 32
            },
            {
              "phaseName": "spin",
              "timeInMin": 16
            }
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "progress": {
          "value": 1,
          "unit": "%",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "remainingTimeStr": {
          "value": "02:50",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "washerJobPhase": {
          "value": "none",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "operationTime": {
          "value": 170,
          "unit": "min",
          "timestamp": "2025-08-13T07:27:56.383Z"
        },
        "remainingTime": {
          "value": 170,
          "unit": "min",
          "timestamp": "2025-08-13T07:27:56.259Z"
        }
      },
      "samsungce.kidsLock": {
        "lockState": {
          "value": "unlocked",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "demandResponseLoadControl": {
        "drlcStatus": {
          "value": {
            "drlcType": 1,
            "drlcLevel": 0,
            "start": "1970-01-01T00:00:00Z",
            "duration": 0,
            "override": false
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "powerConsumptionReport": {
        "powerConsumption": {
          "value": {
            "energy": 5200,
            "deltaEnergy": 0,
            "power": 0,
            "powerEnergy": 0.0,
            "persistedEnergy": 0,
            "energySaved": 0,
            "persistedSavedEnergy": 0,
            "start": "2025-08-13T07:27:56Z",
            "end": "2025-08-13T14:36:20Z"
          },
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.softenerOrder": {
        "alarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "orderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "custom.washerSoilLevel": {
        "supportedWasherSoilLevel": {
          "value": null
        },
        "washerSoilLevel": {
          "value": null
        }
      },
      "samsungce.washerBubbleSoak": {
        "status": {
          "value": "off",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.washerLabelScanCyclePreset": {
        "presets": {
          "value": null
        }
      },
      "execute": {
        "data": {
          "value": null
        }
      },
      "samsungce.softenerState": {
        "remainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "dosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "softenerType": {
          "value": "liquid",
          "timestamp": "2025-08-07T18:56:08.735Z"
        },
        "initialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.energyPlanner": {
        "data": {
          "value": null
        },
        "plan": {
          "value": null
        }
      },
      "sec.wifiConfiguration": {
        "autoReconnection": {
          "value": true,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "minVersion": {
          "value": "1.0",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedWiFiFreq": {
          "value": [
            "2.4G"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedAuthType": {
          "value": [
            "OPEN",
            "WEP",
            "WPA-PSK",
            "WPA2-PSK",
            "SAE"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "protocolType": {
          "value": [
            "helper_hotspot",
            "ble_ocf"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.softwareVersion": {
        "versions": {
          "value": [
            {
              "id": "0",
              "swType": "Software",
              "versionNumber": "02986A250508(A164)",
              "description": "DA_WM_TP1_21_COMMON|20335441|20010002011711664AA3025700880000"
            },
            {
              "id": "1",
              "swType": "Firmware",
              "versionNumber": "03354A23091804,03606A24052758",
              "description": "Firmware_1_DB_20335441230918040FFFFF203606412405275804FFFF(01672033544120360641_30000000)(FileDown:0)(Type:0)"
            },
            {
              "id": "2",
              "swType": "Firmware",
              "versionNumber": "03121B22122701,FFFFFFFFFFFFFF",
              "description": "Firmware_2_DB_2031214222122701042FFFFFFFFFFFFFFFFFFFFFFFFE(016720312142FFFFFFFF_30000000)(FileDown:0)(Type:0)"
            }
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "remoteControlStatus": {
        "remoteControlEnabled": {
          "value": "false",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "custom.supportedOptions": {
        "course": {
          "value": "1C",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "referenceTable": {
          "value": {
            "id": "Table_02"
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedCourses": {
          "value": [
            "1C",
            "2B",
            "1B",
            "1E",
            "1D",
            "96",
            "8F",
            "25",
            "26",
            "33",
            "24",
            "32",
            "20",
            "22",
            "23",
            "21",
            "2D",
            "30",
            "27",
            "28",
            "36",
            "38",
            "39",
            "29",
            "37"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.washerWashingTime": {
        "supportedWashingTimes": {
          "value": null
        },
        "washingTime": {
          "value": null
        }
      },
      "custom.energyType": {
        "energyType": {
          "value": "2.0",
          "timestamp": "2025-08-07T18:56:07.755Z"
        },
        "energySavingSupport": {
          "value": true,
          "timestamp": "2025-08-07T18:56:08.030Z"
        },
        "drMaxDuration": {
          "value": 99999999,
          "unit": "min",
          "timestamp": "2025-08-07T18:56:09.895Z"
        },
        "energySavingLevel": {
          "value": null
        },
        "energySavingInfo": {
          "value": null
        },
        "supportedEnergySavingLevels": {
          "value": null
        },
        "energySavingOperation": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "notificationTemplateID": {
          "value": null
        },
        "energySavingOperationSupport": {
          "value": true,
          "timestamp": "2025-08-07T18:56:09.895Z"
        }
      },
      "samsungce.softwareUpdate": {
        "targetModule": {
          "value": {
            "newVersion": "00000000",
            "currentVersion": "00000000",
            "moduleType": "mainController"
          },
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "otnDUID": {
          "value": "H3CDM7UUTMI2G",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "lastUpdatedDate": {
          "value": null
        },
        "availableModules": {
          "value": [],
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "newVersionAvailable": {
          "value": false,
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "operatingState": {
          "value": "none",
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "progress": {
          "value": null
        }
      },
      "sec.smartthingsHub": {
        "threadHardwareAvailability": {
          "value": null
        },
        "availability": {
          "value": null
        },
        "deviceId": "device-z7rh8lpfcub3  // fake",
        "zigbeeHardwareAvailability": {
          "value": null
        },
        "version": {
          "value": null
        },
        "threadRequiresExternalHardware": {
          "value": null
        },
        "zigbeeRequiresExternalHardware": {
          "value": null
        },
        "eui": {
          "value": null
        },
        "lastOnboardingResult": {
          "value": null
        },
        "zwaveHardwareAvailability": {
          "value": null
        },
        "zwaveRequiresExternalHardware": {
          "value": null
        },
        "state": {
          "value": null
        },
        "onboardingProgress": {
          "value": null
        },
        "lastOnboardingErrorCode": {
          "value": null
        }
      },
      "custom.washerSpinLevel": {
        "washerSpinLevel": {
          "value": "1400",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedWasherSpinLevel": {
          "value": [
            "rinseHold",
            "noSpin",
            "400",
            "800",
            "1000",
            "1200",
            "1400"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.dryerDryingTime": {
        "supportedDryingTime": {
          "value": null
        },
        "dryingTime": {
          "value": null
        }
      },
      "samsungce.washerDelayEnd": {
        "remainingTime": {
          "value": 0,
          "unit": "min",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "minimumReservableTime": {
          "value": 170,
          "unit": "min",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.welcomeMessage": {
        "welcomeMessage": {
          "value": null
        }
      },
      "samsungce.clothingExtraCare": {
        "operationMode": {
          "value": null
        },
        "userLocation": {
          "value": null
        }
      },
      "samsungce.deviceIdentification": {
        "micomAssayCode": {
          "value": "20335441",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "modelName": {
          "value": null
        },
        "serialNumber": {
          "value": null
        },
        "serialNumberExtra": {
          "value": null
        },
        "modelClassificationCode": {
          "value": "20010002011711664AA3025700880000",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "description": {
          "value": "DA_WM_TP1_21_COMMON_WD7000B/DC92-03606A_4305",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "releaseYear": {
          "value": 23,
          "timestamp": "2025-08-07T18:56:07.755Z"
        },
        "binaryId": {
          "value": "DA_WM_TP1_21_COMMON",
          "timestamp": "2025-08-13T14:36:20.958Z"
        }
      },
      "switch": {
        "switch": {
          "value": "off",
          "timestamp": "2025-08-13T14:36:20.959Z"
        }
      },
      "samsungce.washerFreezePrevent": {
        "operatingState": {
          "value": null
        }
      },
      "samsungce.quickControl": {
        "version": {
          "value": "1.0",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.audioVolumeLevel": {
        "volumeLevel": {
          "value": 1,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "volumeLevelRange": {
          "value": {
            "minimum": 0,
            "maximum": 1,
            "step": 1
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "custom.washerRinseCycles": {
        "supportedWasherRinseCycles": {
          "value": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "washerRinseCycles": {
          "value": "2",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.detergentOrder": {
        "alarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "orderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.detergentAutoReplenishment": {
        "neutralDetergentType": {
          "value": null
        },
        "regularDetergentRemainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "babyDetergentRemainingAmount": {
          "value": null
        },
        "neutralDetergentRemainingAmount": {
          "value": null
        },
        "neutralDetergentAlarmEnabled": {
          "value": null
        },
        "neutralDetergentOrderThreshold": {
          "value": null
        },
        "babyDetergentInitialAmount": {
          "value": null
        },
        "babyDetergentType": {
          "value": null
        },
        "neutralDetergentInitialAmount": {
          "value": null
        },
        "regularDetergentDosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "babyDetergentDosage": {
          "value": null
        },
        "regularDetergentOrderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularDetergentType": {
          "value": "liquid",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularDetergentInitialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularDetergentAlarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "neutralDetergentDosage": {
          "value": null
        },
        "babyDetergentOrderThreshold": {
          "value": null
        },
        "babyDetergentAlarmEnabled": {
          "value": null
        }
      },
      "samsungce.washerCyclePreset": {
        "maxNumberOfPresets": {
          "value": 10,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "presets": {
          "value": {
            "F1": {},
            "F2": {},
            "F3": {},
            "F4": {},
            "F5": {},
            "F6": {},
            "F7": {},
            "F8": {},
            "F9": {},
            "FA": {}
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.detergentState": {
        "remainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "dosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "initialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "detergentType": {
          "value": "liquid",
          "timestamp": "2025-08-07T18:56:08.735Z"
        }
      },
      "refresh": {},
      "custom.jobBeginningStatus": {
        "jobBeginningStatus": {
          "value": "None",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.flexibleAutoDispenseDetergent": {
        "remainingAmount": {
          "value": null
        },
        "amount": {
          "value": null
        },
        "supportedDensity": {
          "value": null
        },
        "density": {
          "value": null
        },
        "supportedAmount": {
          "value": null
        },
        "availableTypes": {
          "value": null
        },
        "type": {
          "value": null
        },
        "supportedTypes": {
          "value": null
        },
        "recommendedAmount": {
          "value": null
        }
      },
      "custom.washerAutoDetergent": {
        "washerAutoDetergent": {
          "value": null
        }
      }
    }
  }
}

samsungce_washerCycle.json

{
  "cycleType": {
    "value": "washingOnly",
    "timestamp": "2025-08-13T14:36:20.962Z"
  },
  "supportedCycles": {
    "value": [
      {
        "cycle": "1C",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      },
      {
        "cycle": "2B",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "8410",
            "default": "40",
            "options": [
              "40"
            ]
          }
        }
      },
      {
        "cycle": "1B",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "847E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40",
              "60",
              "90"
            ]
          }
        }
      },
      {
        "cycle": "1E",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A33F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200"
            ]
          },
          "rinseCycle": {
            "raw": "933F",
            "default": "3",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "811E",
            "default": "cold",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "1D",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "841E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "96",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A37F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "920F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3"
            ]
          },
          "waterTemperature": {
            "raw": "841E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "8F",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A57F",
            "default": "1200",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "8102",
            "default": "cold",
            "options": [
              "cold"
            ]
          }
        }
      },
      {
        "cycle": "25",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A37F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "833E",
            "default": "30",
            "options": [
              "cold",
              "20",
              "30",
              "40",
              "60"
            ]
          }
        }
      },
      {
        "cycle": "26",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A207",
            "default": "400",
            "options": [
              "rinseHold",
              "noSpin",
              "400"
            ]
          },
          "rinseCycle": {
            "raw": "920F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3"
            ]
          },
          "waterTemperature": {
            "raw": "831E",
            "default": "30",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "33",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "933F",
            "default": "3",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "857E",
            "default": "60",
            "options": [
              "cold",
              "20",
              "30",
              "40",
              "60",
              "90"
            ]
          }
        }
      },
      {
        "cycle": "24",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A30F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800"
            ]
          },
          "rinseCycle": {
            "raw": "930F",
            "default": "3",
            "options": [
              "0",
              "1",
              "2",
              "3"
            ]
          },
          "waterTemperature": {
            "raw": "841E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "32",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A37F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "833E",
            "default": "30",
            "options": [
              "cold",
              "20",
              "30",
              "40",
              "60"
            ]
          }
        }
      },
      {
        "cycle": "20",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "943F",
            "default": "4",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "857E",
            "default": "60",
            "options": [
              "cold",
              "20",
              "30",
              "40",
              "60",
              "90"
            ]
          }
        }
      },
      {
        "cycle": "22",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A30F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800"
            ]
          },
          "rinseCycle": {
            "raw": "920F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3"
            ]
          },
          "waterTemperature": {
            "raw": "841E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "23",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A57F",
            "default": "1200",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "930F",
            "default": "3",
            "options": [
              "0",
              "1",
              "2",
              "3"
            ]
          },
          "waterTemperature": {
            "raw": "831E",
            "default": "30",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "21",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A57F",
            "default": "1200",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "943F",
            "default": "4",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "841E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "2D",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A30F",
            "default": "800",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "841E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40"
            ]
          }
        }
      },
      {
        "cycle": "30",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "843E",
            "default": "40",
            "options": [
              "cold",
              "20",
              "30",
              "40",
              "60"
            ]
          }
        }
      },
      {
        "cycle": "27",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67F",
            "default": "1400",
            "options": [
              "rinseHold",
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "913F",
            "default": "1",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      },
      {
        "cycle": "28",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B03F",
            "default": "none",
            "options": [
              "none",
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A67E",
            "default": "1400",
            "options": [
              "noSpin",
              "400",
              "800",
              "1000",
              "1200",
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "9000",
            "default": "0",
            "options": []
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      },
      {
        "cycle": "36",
        "cycleType": "allInOne",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "35F0",
            "default": "off",
            "options": [
              "on",
              "off"
            ]
          },
          "dryingLevel": {
            "raw": "B13E",
            "default": "cupboard",
            "options": [
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A640",
            "default": "1400",
            "options": [
              "1400"
            ]
          },
          "rinseCycle": {
            "raw": "923F",
            "default": "2",
            "options": [
              "0",
              "1",
              "2",
              "3",
              "4",
              "5"
            ]
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      },
      {
        "cycle": "38",
        "cycleType": "dryingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B13E",
            "default": "cupboard",
            "options": [
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A000",
            "default": "rinseHold",
            "options": []
          },
          "rinseCycle": {
            "raw": "9000",
            "default": "0",
            "options": []
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      },
      {
        "cycle": "39",
        "cycleType": "dryingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B13E",
            "default": "cupboard",
            "options": [
              "cupboard",
              "30",
              "60",
              "90",
              "120"
            ]
          },
          "spinLevel": {
            "raw": "A000",
            "default": "rinseHold",
            "options": []
          },
          "rinseCycle": {
            "raw": "9000",
            "default": "0",
            "options": []
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      },
      {
        "cycle": "29",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "waterTemperature": {
            "raw": "8520",
            "default": "70",
            "options": [
              "70"
            ]
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A520",
            "default": "1200",
            "options": [
              "1200"
            ]
          },
          "rinseCycle": {
            "raw": "9204",
            "default": "2",
            "options": [
              "2"
            ]
          }
        }
      },
      {
        "cycle": "37",
        "cycleType": "washingOnly",
        "supportedOptions": {
          "bubbleSoak": {
            "raw": "3500",
            "default": "off",
            "options": []
          },
          "dryingLevel": {
            "raw": "B000",
            "default": "none",
            "options": []
          },
          "spinLevel": {
            "raw": "A000",
            "default": "rinseHold",
            "options": []
          },
          "rinseCycle": {
            "raw": "9000",
            "default": "0",
            "options": []
          },
          "waterTemperature": {
            "raw": "8000",
            "default": "none",
            "options": []
          }
        }
      }
    ],
    "timestamp": "2025-08-13T14:36:20.963Z"
  },
  "washerCycle": {
    "value": "Table_02_Course_1C",
    "timestamp": "2025-08-13T14:36:20.962Z"
  },
  "referenceTable": {
    "value": {
      "id": "Table_02"
    },
    "timestamp": "2025-08-07T18:56:09.897Z"
  },
  "specializedFunctionClassification": {
    "value": 4,
    "timestamp": "2025-08-13T14:36:20.963Z"
  }
}

samsungce.washerCyclePreset.json

{
    "maxNumberOfPresets": {
        "value": 10,
        "timestamp": "2025-08-13T14:36:20.962Z"
    },
    "presets": {
        "value": {
            "F1": {},
            "F2": {},
            "F3": {},
            "F4": {},
            "F5": {},
            "F6": {},
            "F7": {},
            "F8": {},
            "F9": {},
            "FA": {}
        },
        "timestamp": "2025-08-13T14:36:20.962Z"
    }
}

a1e08e11-9d1f-24e7-e725-ca41809eef7b_status_dump.json

Part 2

      "samsungce.washerCycle": {
        "cycleType": {
          "value": "washingOnly",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedCycles": {
          "value": [
            {
              "cycle": "1C",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "2B",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8410",
                  "default": "40",
                  "options": [
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "1B",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "847E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60",
                    "90"
                  ]
                }
              }
            },
            {
              "cycle": "1E",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A33F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200"
                  ]
                },
                "rinseCycle": {
                  "raw": "933F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "811E",
                  "default": "cold",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "1D",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "96",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A37F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "920F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "8F",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A57F",
                  "default": "1200",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8102",
                  "default": "cold",
                  "options": [
                    "cold"
                  ]
                }
              }
            },
            {
              "cycle": "25",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A37F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "833E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60"
                  ]
                }
              }
            },
            {
              "cycle": "26",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A207",
                  "default": "400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400"
                  ]
                },
                "rinseCycle": {
                  "raw": "920F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "831E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "33",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "933F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "857E",
                  "default": "60",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60",
                    "90"
                  ]
                }
              }
            },
            {
              "cycle": "24",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A30F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800"
                  ]
                },
                "rinseCycle": {
                  "raw": "930F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "32",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A37F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "833E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60"
                  ]
                }
              }
            },
            {
              "cycle": "20",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "943F",
                  "default": "4",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "857E",
                  "default": "60",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60",
                    "90"
                  ]
                }
              }
            },
            {
              "cycle": "22",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A30F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800"
                  ]
                },
                "rinseCycle": {
                  "raw": "920F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "23",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A57F",
                  "default": "1200",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "930F",
                  "default": "3",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3"
                  ]
                },
                "waterTemperature": {
                  "raw": "831E",
                  "default": "30",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "21",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A57F",
                  "default": "1200",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "943F",
                  "default": "4",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "2D",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A30F",
                  "default": "800",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "841E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40"
                  ]
                }
              }
            },
            {
              "cycle": "30",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "843E",
                  "default": "40",
                  "options": [
                    "cold",
                    "20",
                    "30",
                    "40",
                    "60"
                  ]
                }
              }
            },
            {
              "cycle": "27",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67F",
                  "default": "1400",
                  "options": [
                    "rinseHold",
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "913F",
                  "default": "1",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "28",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B03F",
                  "default": "none",
                  "options": [
                    "none",
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A67E",
                  "default": "1400",
                  "options": [
                    "noSpin",
                    "400",
                    "800",
                    "1000",
                    "1200",
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "36",
              "cycleType": "allInOne",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "35F0",
                  "default": "off",
                  "options": [
                    "on",
                    "off"
                  ]
                },
                "dryingLevel": {
                  "raw": "B13E",
                  "default": "cupboard",
                  "options": [
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A640",
                  "default": "1400",
                  "options": [
                    "1400"
                  ]
                },
                "rinseCycle": {
                  "raw": "923F",
                  "default": "2",
                  "options": [
                    "0",
                    "1",
                    "2",
                    "3",
                    "4",
                    "5"
                  ]
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },

a1e08e11-9d1f-24e7-e725-ca41809eef7b_status_dump.json

Part 3

            {
              "cycle": "38",
              "cycleType": "dryingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B13E",
                  "default": "cupboard",
                  "options": [
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A000",
                  "default": "rinseHold",
                  "options": []
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "39",
              "cycleType": "dryingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B13E",
                  "default": "cupboard",
                  "options": [
                    "cupboard",
                    "30",
                    "60",
                    "90",
                    "120"
                  ]
                },
                "spinLevel": {
                  "raw": "A000",
                  "default": "rinseHold",
                  "options": []
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            },
            {
              "cycle": "29",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8520",
                  "default": "70",
                  "options": [
                    "70"
                  ]
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A520",
                  "default": "1200",
                  "options": [
                    "1200"
                  ]
                },
                "rinseCycle": {
                  "raw": "9204",
                  "default": "2",
                  "options": [
                    "2"
                  ]
                }
              }
            },
            {
              "cycle": "37",
              "cycleType": "washingOnly",
              "supportedOptions": {
                "bubbleSoak": {
                  "raw": "3500",
                  "default": "off",
                  "options": []
                },
                "dryingLevel": {
                  "raw": "B000",
                  "default": "none",
                  "options": []
                },
                "spinLevel": {
                  "raw": "A000",
                  "default": "rinseHold",
                  "options": []
                },
                "rinseCycle": {
                  "raw": "9000",
                  "default": "0",
                  "options": []
                },
                "waterTemperature": {
                  "raw": "8000",
                  "default": "none",
                  "options": []
                }
              }
            }
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "washerCycle": {
          "value": "Table_02_Course_1C",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "referenceTable": {
          "value": {
            "id": "Table_02"
          },
          "timestamp": "2025-08-07T18:56:09.897Z"
        },
        "specializedFunctionClassification": {
          "value": 4,
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.waterConsumptionReport": {
        "waterConsumption": {
          "value": {
            "cumulativeAmount": 1550300,
            "delta": 0,
            "start": "2025-08-13T07:27:56Z",
            "end": "2025-08-13T14:36:20Z"
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "ocf": "MODEL_FAKE_12345  // fake",
      "custom.dryerDryLevel": {
        "dryerDryLevel": {
          "value": "none",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedDryerDryLevel": {
          "value": [
            "none",
            "cupboard",
            "30",
            "60",
            "90",
            "120",
            "180",
            "240"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "custom.disabledCapabilities": {
        "disabledCapabilities": {
          "value": [
            "samsungce.flexibleAutoDispenseDetergent",
            "samsungce.washerLabelScanCyclePreset",
            "samsungce.energyPlanner",
            "logTrigger",
            "sec.smartthingsHub",
            "samsungce.washerFreezePrevent",
            "samsungce.clothingExtraCare",
            "samsungce.dryerDryingTime",
            "custom.dryerWrinklePrevent",
            "custom.washerSoilLevel",
            "samsungce.washerWaterLevel",
            "samsungce.washerWaterValve",
            "samsungce.washerWashingTime",
            "custom.washerAutoDetergent",
            "custom.washerAutoSoftener"
          ],
          "timestamp": "2025-08-07T18:56:11.201Z"
        }
      },
      "logTrigger": {
        "logState": {
          "value": null
        },
        "logRequestState": {
          "value": null
        },
        "logInfo": {
          "value": null
        }
      },
      "samsungce.driverVersion": {
        "versionNumber": {
          "value": 25040101,
          "timestamp": "2025-08-07T18:56:07.755Z"
        }
      },
      "sec.diagnosticsInformation": {
        "logType": {
          "value": [
            "errCode",
            "dump"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "endpoint": "FAKE_ENDPOINT  // fake",
        "minVersion": {
          "value": "3.0",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "signinPermission": {
          "value": null
        },
        "setupId": "FAKE_SETUPID  // fake",
        "protocolType": {
          "value": "ble_ocf",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "tsId": "FAKE_TSID  // fake",
        "mnId": "FAKE_MNID  // fake",
        "dumpType": {
          "value": "file",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.washerOperatingState": {
        "washerJobState": {
          "value": "none",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "operatingState": {
          "value": "ready",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "supportedOperatingStates": {
          "value": [
            "ready",
            "running",
            "paused"
          ],
          "timestamp": "2025-08-07T18:56:08.525Z"
        },
        "scheduledJobs": {
          "value": [
            {
              "jobName": "wash",
              "timeInMin": 42
            },
            {
              "jobName": "rinse",
              "timeInMin": 32
            },
            {
              "jobName": "spin",
              "timeInMin": 16
            }
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "scheduledPhases": {
          "value": [
            {
              "phaseName": "wash",
              "timeInMin": 42
            },
            {
              "phaseName": "rinse",
              "timeInMin": 32
            },
            {
              "phaseName": "spin",
              "timeInMin": 16
            }
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "progress": {
          "value": 1,
          "unit": "%",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "remainingTimeStr": {
          "value": "02:50",
          "timestamp": "2025-08-13T07:27:56.259Z"
        },
        "washerJobPhase": {
          "value": "none",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "operationTime": {
          "value": 170,
          "unit": "min",
          "timestamp": "2025-08-13T07:27:56.383Z"
        },
        "remainingTime": {
          "value": 170,
          "unit": "min",
          "timestamp": "2025-08-13T07:27:56.259Z"
        }
      },
      "samsungce.kidsLock": {
        "lockState": {
          "value": "unlocked",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "demandResponseLoadControl": {
        "drlcStatus": {
          "value": {
            "drlcType": 1,
            "drlcLevel": 0,
            "start": "1970-01-01T00:00:00Z",
            "duration": 0,
            "override": false
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "powerConsumptionReport": {
        "powerConsumption": {
          "value": {
            "energy": 5200,
            "deltaEnergy": 0,
            "power": 0,
            "powerEnergy": 0.0,
            "persistedEnergy": 0,
            "energySaved": 0,
            "persistedSavedEnergy": 0,
            "start": "2025-08-13T07:27:56Z",
            "end": "2025-08-13T14:36:20Z"
          },
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.softenerOrder": {
        "alarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "orderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "custom.washerSoilLevel": {
        "supportedWasherSoilLevel": {
          "value": null
        },
        "washerSoilLevel": {
          "value": null
        }
      },
      "samsungce.washerBubbleSoak": {
        "status": {
          "value": "off",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.washerLabelScanCyclePreset": {
        "presets": {
          "value": null
        }
      },
      "execute": {
        "data": {
          "value": null
        }
      },
      "samsungce.softenerState": {
        "remainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "dosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "softenerType": {
          "value": "liquid",
          "timestamp": "2025-08-07T18:56:08.735Z"
        },
        "initialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.energyPlanner": {
        "data": {
          "value": null
        },
        "plan": {
          "value": null
        }
      },
      "sec.wifiConfiguration": {
        "autoReconnection": {
          "value": true,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "minVersion": {
          "value": "1.0",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedWiFiFreq": {
          "value": [
            "2.4G"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedAuthType": {
          "value": [
            "OPEN",
            "WEP",
            "WPA-PSK",
            "WPA2-PSK",
            "SAE"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "protocolType": {
          "value": [
            "helper_hotspot",
            "ble_ocf"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.softwareVersion": {
        "versions": {
          "value": [
            {
              "id": "0",
              "swType": "Software",
              "versionNumber": "02986A250508(A164)",
              "description": "DA_WM_TP1_21_COMMON|20335441|20010002011711664AA3025700880000"
            },
            {
              "id": "1",
              "swType": "Firmware",
              "versionNumber": "03354A23091804,03606A24052758",
              "description": "Firmware_1_DB_20335441230918040FFFFF203606412405275804FFFF(01672033544120360641_30000000)(FileDown:0)(Type:0)"
            },
            {
              "id": "2",
              "swType": "Firmware",
              "versionNumber": "03121B22122701,FFFFFFFFFFFFFF",
              "description": "Firmware_2_DB_2031214222122701042FFFFFFFFFFFFFFFFFFFFFFFFE(016720312142FFFFFFFF_30000000)(FileDown:0)(Type:0)"
            }
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "remoteControlStatus": {
        "remoteControlEnabled": {
          "value": "false",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "custom.supportedOptions": {
        "course": {
          "value": "1C",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "referenceTable": {
          "value": {
            "id": "Table_02"
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedCourses": {
          "value": [
            "1C",
            "2B",
            "1B",
            "1E",
            "1D",
            "96",
            "8F",
            "25",
            "26",
            "33",
            "24",
            "32",
            "20",
            "22",
            "23",
            "21",
            "2D",
            "30",
            "27",
            "28",
            "36",
            "38",
            "39",
            "29",
            "37"
          ],
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.washerWashingTime": {
        "supportedWashingTimes": {
          "value": null
        },
        "washingTime": {
          "value": null
        }
      },
      "custom.energyType": {
        "energyType": {
          "value": "2.0",
          "timestamp": "2025-08-07T18:56:07.755Z"
        },
        "energySavingSupport": {
          "value": true,
          "timestamp": "2025-08-07T18:56:08.030Z"
        },
        "drMaxDuration": {
          "value": 99999999,
          "unit": "min",
          "timestamp": "2025-08-07T18:56:09.895Z"
        },
        "energySavingLevel": {
          "value": null
        },
        "energySavingInfo": {
          "value": null
        },
        "supportedEnergySavingLevels": {
          "value": null
        },
        "energySavingOperation": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "notificationTemplateID": {
          "value": null
        },
        "energySavingOperationSupport": {
          "value": true,
          "timestamp": "2025-08-07T18:56:09.895Z"
        }
      },
      "samsungce.softwareUpdate": {
        "targetModule": {
          "value": {
            "newVersion": "00000000",
            "currentVersion": "00000000",
            "moduleType": "mainController"
          },
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "otnDUID": {
          "value": "H3CDM7UUTMI2G",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "lastUpdatedDate": {
          "value": null
        },
        "availableModules": {
          "value": [],
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "newVersionAvailable": {
          "value": false,
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "operatingState": {
          "value": "none",
          "timestamp": "2025-08-11T02:57:05.853Z"
        },
        "progress": {
          "value": null
        }
      },
      "sec.smartthingsHub": {
        "threadHardwareAvailability": {
          "value": null
        },
        "availability": {
          "value": null
        },
        "deviceId": "device-z7rh8lpfcub3  // fake",
        "zigbeeHardwareAvailability": {
          "value": null
        },
        "version": {
          "value": null
        },
        "threadRequiresExternalHardware": {
          "value": null
        },
        "zigbeeRequiresExternalHardware": {
          "value": null
        },
        "eui": {
          "value": null
        },
        "lastOnboardingResult": {
          "value": null
        },
        "zwaveHardwareAvailability": {
          "value": null
        },
        "zwaveRequiresExternalHardware": {
          "value": null
        },
        "state": {
          "value": null
        },
        "onboardingProgress": {
          "value": null
        },
        "lastOnboardingErrorCode": {
          "value": null
        }
      },
      "custom.washerSpinLevel": {
        "washerSpinLevel": {
          "value": "1400",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "supportedWasherSpinLevel": {
          "value": [
            "rinseHold",
            "noSpin",
            "400",
            "800",
            "1000",
            "1200",
            "1400"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.dryerDryingTime": {
        "supportedDryingTime": {
          "value": null
        },
        "dryingTime": {
          "value": null
        }
      },
      "samsungce.washerDelayEnd": {
        "remainingTime": {
          "value": 0,
          "unit": "min",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "minimumReservableTime": {
          "value": 170,
          "unit": "min",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.welcomeMessage": {
        "welcomeMessage": {
          "value": null
        }
      },
      "samsungce.clothingExtraCare": {
        "operationMode": {
          "value": null
        },
        "userLocation": {
          "value": null
        }
      },
      "samsungce.deviceIdentification": {
        "micomAssayCode": {
          "value": "20335441",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "modelName": {
          "value": null
        },
        "serialNumber": {
          "value": null
        },
        "serialNumberExtra": {
          "value": null
        },
        "modelClassificationCode": {
          "value": "20010002011711664AA3025700880000",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "description": {
          "value": "DA_WM_TP1_21_COMMON_WD7000B/DC92-03606A_4305",
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "releaseYear": {
          "value": 23,
          "timestamp": "2025-08-07T18:56:07.755Z"
        },
        "binaryId": {
          "value": "DA_WM_TP1_21_COMMON",
          "timestamp": "2025-08-13T14:36:20.958Z"
        }
      },
      "switch": {
        "switch": {
          "value": "off",
          "timestamp": "2025-08-13T14:36:20.959Z"
        }
      },
      "samsungce.washerFreezePrevent": {
        "operatingState": {
          "value": null
        }
      },
      "samsungce.quickControl": {
        "version": {
          "value": "1.0",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.audioVolumeLevel": {
        "volumeLevel": {
          "value": 1,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "volumeLevelRange": {
          "value": {
            "minimum": 0,
            "maximum": 1,
            "step": 1
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "custom.washerRinseCycles": {
        "supportedWasherRinseCycles": {
          "value": [
            "0",
            "1",
            "2",
            "3",
            "4",
            "5"
          ],
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "washerRinseCycles": {
          "value": "2",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.detergentOrder": {
        "alarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "orderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        }
      },
      "samsungce.detergentAutoReplenishment": {
        "neutralDetergentType": {
          "value": null
        },
        "regularDetergentRemainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "babyDetergentRemainingAmount": {
          "value": null
        },
        "neutralDetergentRemainingAmount": {
          "value": null
        },
        "neutralDetergentAlarmEnabled": {
          "value": null
        },
        "neutralDetergentOrderThreshold": {
          "value": null
        },
        "babyDetergentInitialAmount": {
          "value": null
        },
        "babyDetergentType": {
          "value": null
        },
        "neutralDetergentInitialAmount": {
          "value": null
        },
        "regularDetergentDosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "babyDetergentDosage": {
          "value": null
        },
        "regularDetergentOrderThreshold": {
          "value": 350,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularDetergentType": {
          "value": "liquid",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularDetergentInitialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "regularDetergentAlarmEnabled": {
          "value": false,
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "neutralDetergentDosage": {
          "value": null
        },
        "babyDetergentOrderThreshold": {
          "value": null
        },
        "babyDetergentAlarmEnabled": {
          "value": null
        }
      },
      "samsungce.washerCyclePreset": {
        "maxNumberOfPresets": {
          "value": 10,
          "timestamp": "2025-08-13T14:36:20.962Z"
        },
        "presets": {
          "value": {
            "F1": {},
            "F2": {},
            "F3": {},
            "F4": {},
            "F5": {},
            "F6": {},
            "F7": {},
            "F8": {},
            "F9": {},
            "FA": {}
          },
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.detergentState": {
        "remainingAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "dosage": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "initialAmount": {
          "value": 0,
          "unit": "cc",
          "timestamp": "2025-08-13T14:36:20.963Z"
        },
        "detergentType": {
          "value": "liquid",
          "timestamp": "2025-08-07T18:56:08.735Z"
        }
      },
      "refresh": {},
      "custom.jobBeginningStatus": {
        "jobBeginningStatus": {
          "value": "None",
          "timestamp": "2025-08-13T14:36:20.962Z"
        }
      },
      "samsungce.flexibleAutoDispenseDetergent": {
        "remainingAmount": {
          "value": null
        },
        "amount": {
          "value": null
        },
        "supportedDensity": {
          "value": null
        },
        "density": {
          "value": null
        },
        "supportedAmount": {
          "value": null
        },
        "availableTypes": {
          "value": null
        },
        "type": {
          "value": null
        },
        "supportedTypes": {
          "value": null
        },
        "recommendedAmount": {
          "value": null
        }
      },
      "custom.washerAutoDetergent": {
        "washerAutoDetergent": {
          "value": null
        }
      }
    }
  }
}

Let’s see what the mighty AI comes up with…


The API returns cycle codes (e.g., “1C”, “2B”) rather than plain English names directly. To get user-friendly names, you must manually map these codes by comparing them to the appliance display or SmartThings app. There’s no API endpoint for pre-mapped names, as codes are model-specific and often cryptic (e.g., “Table_00_Course_5B” mapping to “Cotton”). This mapping requires running test cycles and querying the status.

Step 1: Set Up API Access

  1. Log in to your Samsung account at account.smartthings.com.
  2. Generate a Personal Access Token (PAT) at account.smartthings.com/tokens. Select all scopes (especially Devices) and generate the token.
  3. Verify Appliance Connection: Ensure your washer/dryer is connected to SmartThings via the app and note its name for identification.

Step 2: Fetch Available Programs (Cycles) with Python

Use the Python requests library (pip install requests) to interact with the SmartThings API. The available cycles are listed in the device’s status under the samsungce.washerCycle capability’s supportedWasherCycle attribute (or similar, depending on your model), returning codes like ["1C", "2B", ...]. For presets, check samsungce.washerCyclePreset.

Here’s a Python script to list devices, fetch the washer/dryer’s status, and extract supported cycles:

import requests
import json

# Replace with your PAT
TOKEN = "your-personal-access-token-here"

HEADERS = {
    "Authorization": f"Bearer {TOKEN}",
    "Content-Type": "application/json"
}

BASE_URL = "https://api.smartthings.com/v1"

# Step 1: List all devices to find your washer/dryer's device ID
def list_devices():
    response = requests.get(f"{BASE_URL}/devices", headers=HEADERS)
    if response.status_code == 200:
        devices = response.json()["items"]
        for device in devices:
            print(f"Device Name: {device['label']}, ID: {device['deviceId']}")
        return devices
    else:
        print(f"Error: {response.status_code} - {response.text}")
        return None

# Step 2: Get device status and extract supported cycles
def get_supported_cycles(device_id):
    response = requests.get(f"{BASE_URL}/devices/{device_id}/status", headers=HEADERS)
    if response.status_code == 200:
        status = response.json()
        # Extract from samsungce.washerCycle (adjust path if your JSON differs)
        try:
            cycles = status["components"]["main"]["samsungce.washerCycle"]["supportedWasherCycle"]["value"]
            print("Supported Cycles (codes):", cycles)
            # For presets, check: status["components"]["main"]["samsungce.washerCyclePreset"]["supportedWasherCyclePreset"]["value"]
            return cycles
        except KeyError:
            print("Capability not found. Check JSON structure.")
    else:
        print(f"Error: {response.status_code} - {response.text}")

# Usage
devices = list_devices()
if devices:
    # Replace with your washer's device ID from the list above
    washer_id = "your-device-id-here"
    get_supported_cycles(washer_id)

How to Use:

  • Run the script to list devices and their IDs.
  • Identify your washer/dryer’s deviceId and update washer_id.
  • The script outputs cycle codes (e.g., ["1C", "2B", "3A", ...]).

Step 3: Map Codes to Plain English Names

The API doesn’t provide plain English names, so create a manual mapping dictionary. To build it:

  • Select a program (e.g., “Cotton”) on the appliance or SmartThings app and start a test cycle (or just select without starting).
  • Run the above script to query the current cycle code from samsungce.washerCycle.washerCycle.value.
  • Note the code and its corresponding name from the appliance display/app.
  • Repeat for all programs.

Example mapping code (add your own mappings):

CYCLE_MAP = {
    "1C": "Cotton",
    "2B": "Quick Wash",
    "3A": "Delicates",
    # Add more based on your tests
}

# In get_supported_cycles, after printing codes:
for code in cycles:
    name = CYCLE_MAP.get(code, "Unknown")
    print(f"Code: {code} -> Name: {name}")

Note: Some models return more readable modes under hca.washerMode or washerMode (e.g., “normal”, “quickWash”). Check your status JSON for these capabilities and use them if available.


Step 4: Control the Appliance with Python

To control the washer/dryer (e.g., start a cycle), enable “Smart Control” or “Remote Control” on the appliance (press the button; the lid locks, indicating it’s ready for remote commands). Then, use the API to send commands.

Samsung washers use capabilities like samsungce.washerOperatingState for state (e.g., set to “run”) or execute for custom actions. The exact command varies by model, but switch is common for starting/stopping.

Example Python to send a start command (assuming switch.on works; test with Postman first):

def start_cycle(device_id):
    command_body = {
        "commands": [
            {
                "component": "main",
                "capability": "switch",
                "command": "on"
            }
        ]
    }
    response = requests.post(f"{BASE_URL}/devices/{device_id}/commands", headers=HEADERS, json=command_body)
    if response.status_code == 200:
        print("Command sent successfully:", response.json())
    else:
        print(f"Error: {response.status_code} - {response.text}")

# Usage: start_cycle("your-device-id-here")

If switch.on doesn’t work, try setting the operating state:

command_body = {
    "commands": [
        {
            "component": "main",
            "capability": "samsungce.washerOperatingState",
            "command": "setMachineState",
            "arguments": ["run"]
        }
    ]
}

Or use a custom execute command (adjust based on your device’s capabilities from /devices/{id}):

command_body = {
    "commands": [
        {
            "component": "main",
            "capability": "execute",
            "command": "execute",
            "arguments": [
                "mode/vs/0",
                {"x.com.samsung.da.mode": "Start"}
            ]
        }
    ]
}

Testing Commands:

  • Use Postman to test endpoints with your Bearer token. Send GET/POST requests to verify commands.
  • If the response is {"status": "ACCEPTED"} but nothing happens, check the capability in your device’s JSON.

Limitations:

  • Remote start requires the door closed and Smart Control enabled on the appliance.
  • Some models have restricted remote triggering due to safety regulations.
  • For async handling, consider the pysmartthings library (pip install pysmartthings). Example: await device.command("main", "switch", "on").

Additional Notes

  • Debugging: Inspect the full status JSON (/devices/{id}/status) for your model’s specific capabilities and paths.
  • API Reference: Use the SmartThings API docs for endpoint details.
  • Model-Specific Quirks: If your model uses different capabilities (e.g., washerMode instead of samsungce.washerCycle), adjust the code accordingly.

This solution should fully address the thread’s questions. If your model’s behavior differs, share the status JSON for tailored guidance.

Hi, @reverse123

The washer machine is an OCF device, this means that:

  1. It has custom capabilities like samsungce.washerCycle which were created by the device manufacturer.
    1. So, unless you go one by one to compare what you see in the app or the same manufacturer shares a list of translation names, you won’t be able to get that info from any endpoint of SmartThings since we don’t own that capability.
  2. The behavior of interacting with this device through the API might not be what you expect.
    1. These integrations work on the application level, not the API level. This means some commands might not work as they do in the app or you won’t see the status update through the API
    2. We’ve seen that most cases have a null value in the capabilities that never update
    3. Here are some extra details that have been shared in the past: