cloud.smarthq.service.laundry.state.v1¶
Description¶
Service to model the laundry state is used in conjunction with the laundry mode service. This service represents the top level state of a laundry device such as a washer or dryer.
Example Device Response (Digital Twin API)¶
Service example to model the laundry state.
{
"adapterId": "0000000000000000000000000000000000000000",
"alertTypes": [],
"createdDateTime": "2022-03-04T12:12:12.123Z",
"deviceId": "0000000000000000000000000000000000000000000000000000000000000000",
"deviceType": "cloud.smarthq.device.dryer",
"gatewayId": "0000000000000000000000000000000000000000000000000000000000000000",
"kind": "device#item",
"lastPresenceTime": "2022-03-04T12:12:12.123Z",
"lastSyncTime": "2022-03-04T12:12:12.123Z",
"presence": "OFFLINE",
"removable": true,
"services": [
{
"serviceType": "cloud.smarthq.service.laundry.state.v1",
"lastSyncTime": "2022-03-04T12:12:12.123Z",
"domainType": "cloud.smarthq.domain.laundry",
"supportedCommands": [],
"state": {
"laundrySpin": "cloud.smarthq.type.laundry.spin.nospin",
"laundryRinse": "cloud.smarthq.type.laundry.rinse.off",
"laundrySoil": "cloud.smarthq.type.laundry.soil.extralight",
"laundryTemperature": "cloud.smarthq.type.laundry.temperature.high",
"subCycle": "cloud.smarthq.type.laundry.subcycle.pet.hair",
"laundryDrynessLevel": "cloud.smarthq.type.laundry.dryness.level.dry",
"cycle": "cloud.smarthq.type.laundry.cycle.cottons",
"runStatus": "cloud.smarthq.type.runstatus.off"
},
"serviceId": "0000000000000000000000000000000000000000000000000000000000000000",
"serviceDeviceType": "cloud.smarthq.device.dryer",
"config": {
"subCyclesAvailable": [
"cloud.smarthq.type.laundry.subcycle.pet.hair",
"cloud.smarthq.type.laundry.subcycle.steaming"
],
"remoteCyclesAvailable": [
"cloud.smarthq.type.laundry.cycle.sanitize",
"cloud.smarthq.type.laundry.cycle.allergen",
"cloud.smarthq.type.laundry.cycle.coldwash"
],
"downloadableCyclesAvailable": [
"cloud.smarthq.type.laundry.cycle.sanitize",
"cloud.smarthq.type.laundry.cycle.allergen",
"cloud.smarthq.type.laundry.cycle.coldwash"
],
"laundryModeSupported": true,
"parametricHash": "beeabf1d00264e9983599b1a9591a1483d3c4f77bd38dbbf166b35511bc72d55",
"cyclesAvailable": [
"cloud.smarthq.type.laundry.cycle.sanitize",
"cloud.smarthq.type.laundry.cycle.allergen",
"cloud.smarthq.type.laundry.cycle.coldwash"
]
},
"lastStateTime": "2022-03-04T12:12:12.123Z"
}
],
"userId": "000000000000000"
}
Configuration¶
The following are properties for the gateway/device sync as part of the "config" object for each individual service.
Field Name | Property Type | Required |
---|---|---|
cyclesAvailable | SET<LAUNDRY_CYCLE> | No |
downloadableCyclesAvailable | SET<LAUNDRY_CYCLE> | No |
laundryModeSupported | BOOLEAN | Yes |
parametricHash | STRING | No |
remoteCyclesAvailable | SET<LAUNDRY_CYCLE> | No |
subCyclesAvailable | SET<LAUNDRY_SUBCYCLE> | No |
State¶
The following are properties for the device state report as part of the "state" object for each individual service.
Field Name | Property Type | Required |
---|---|---|
cycle | LAUNDRY_CYCLE | Yes |
laundryDrynessLevel | LAUNDRY_DRYNESS_LEVEL | No |
laundryRinse | LAUNDRY_RINSE | No |
laundrySoil | LAUNDRY_SOIL | No |
laundrySpin | LAUNDRY_SPIN | No |
laundryTemperature | LAUNDRY_TEMPERATURE | No |
runStatus | RUN_STATUS | Yes |
stain | LAUNDRY_STAIN_REMOVAL_GUIDE | No |
subCycle | LAUNDRY_SUBCYCLE | No |
Data Types¶
BOOLEAN¶
Value must be either true or false.
STRING¶
Value must be a sequence of characters, inserted between " and " (double quotes). Field specific restrictions such as a regular expression may apply depending on the field.
LAUNDRY_CYCLE¶
LAUNDRY_CYCLE | Documentation |
---|---|
cloud.smarthq.type.laundry.cycle.activewear | Active Wear |
cloud.smarthq.type.laundry.cycle.adaptivemysettings | Adaptive Settings |
cloud.smarthq.type.laundry.cycle.allergen | Allergen |
cloud.smarthq.type.laundry.cycle.antibacterial | Antibacterial |
cloud.smarthq.type.laundry.cycle.assistant | Laundry Assistant |
cloud.smarthq.type.laundry.cycle.autodampdry | Auto Damp Dry |
cloud.smarthq.type.laundry.cycle.autodry | Auto Dry |
cloud.smarthq.type.laundry.cycle.autoextradry | Auto Extra Dry |
cloud.smarthq.type.laundry.cycle.babycare | Baby Care |
cloud.smarthq.type.laundry.cycle.basketclean | Basket Clean |
cloud.smarthq.type.laundry.cycle.bulkybedding | Bulky Bedding |
cloud.smarthq.type.laundry.cycle.bulkyitems | Bulky Items |
cloud.smarthq.type.laundry.cycle.c20 | 20 C |
cloud.smarthq.type.laundry.cycle.casuals | Casuals |
cloud.smarthq.type.laundry.cycle.casualswithsteam | Casuals with Steam |
cloud.smarthq.type.laundry.cycle.coldwash | Cold Wash |
cloud.smarthq.type.laundry.cycle.colors | Colors |
cloud.smarthq.type.laundry.cycle.coolair | Cool Air |
cloud.smarthq.type.laundry.cycle.cottons | Cottons |
cloud.smarthq.type.laundry.cycle.darks | Dark Colors |
cloud.smarthq.type.laundry.cycle.deepclean | Deep Clean |
cloud.smarthq.type.laundry.cycle.delicaterefresh | Delicate Refresh |
cloud.smarthq.type.laundry.cycle.delicates | Delicates |
cloud.smarthq.type.laundry.cycle.denim | Denim |
cloud.smarthq.type.laundry.cycle.dewrinkle | DeWrinkle |
cloud.smarthq.type.laundry.cycle.down | Down |
cloud.smarthq.type.laundry.cycle.downloadablecycle | Download Cycle |
cloud.smarthq.type.laundry.cycle.drainandspin | Drain and Spin |
cloud.smarthq.type.laundry.cycle.drumclean | Drum Clean |
cloud.smarthq.type.laundry.cycle.drumlight | Drum Light |
cloud.smarthq.type.laundry.cycle.durable | Durable |
cloud.smarthq.type.laundry.cycle.duvet | Duvet |
cloud.smarthq.type.laundry.cycle.easycare | Easy Care |
cloud.smarthq.type.laundry.cycle.easyiron | Easy Iron |
cloud.smarthq.type.laundry.cycle.eco | Eco |
cloud.smarthq.type.laundry.cycle.eco4060 | Eco 40-60 |
cloud.smarthq.type.laundry.cycle.ecocool | Eco Cool |
cloud.smarthq.type.laundry.cycle.energysaver | Energy Saver |
cloud.smarthq.type.laundry.cycle.everyday | Everyday |
cloud.smarthq.type.laundry.cycle.express | Express |
cloud.smarthq.type.laundry.cycle.flexdispense | The flex Dispense Adjustability |
cloud.smarthq.type.laundry.cycle.freshen | Freshen |
cloud.smarthq.type.laundry.cycle.handwash | Hand Wash |
cloud.smarthq.type.laundry.cycle.heavy | Heavy |
cloud.smarthq.type.laundry.cycle.heavyduty | Heavy Duty |
cloud.smarthq.type.laundry.cycle.hotwash | Hot Wash |
cloud.smarthq.type.laundry.cycle.hygiene | Hygiene |
cloud.smarthq.type.laundry.cycle.jeans | Jeans |
cloud.smarthq.type.laundry.cycle.kidsitem | Kids Item |
cloud.smarthq.type.laundry.cycle.leather | Leather |
cloud.smarthq.type.laundry.cycle.light | Light |
cloud.smarthq.type.laundry.cycle.mix | Mix |
cloud.smarthq.type.laundry.cycle.mixed | Mixed |
cloud.smarthq.type.laundry.cycle.mixedrefresh | Mixed Refresh |
cloud.smarthq.type.laundry.cycle.moredry | More dry |
cloud.smarthq.type.laundry.cycle.morewater | Incremental Fill |
cloud.smarthq.type.laundry.cycle.mycycle | The Remote My Cycle cycle |
cloud.smarthq.type.laundry.cycle.nightdry | Night Dry |
cloud.smarthq.type.laundry.cycle.normal | Normal |
cloud.smarthq.type.laundry.cycle.normalormixed | Normal or Mixed Load |
cloud.smarthq.type.laundry.cycle.order.scent | order scent |
cloud.smarthq.type.laundry.cycle.order.tide | order tide |
cloud.smarthq.type.laundry.cycle.outdoor | Outdoor |
cloud.smarthq.type.laundry.cycle.outerwear | Outerwear |
cloud.smarthq.type.laundry.cycle.pantscrease | Pants Crease |
cloud.smarthq.type.laundry.cycle.permpress | Perm Press |
cloud.smarthq.type.laundry.cycle.powerclean | Power Clean |
cloud.smarthq.type.laundry.cycle.powersteam | Power Steam |
cloud.smarthq.type.laundry.cycle.preiron | Pre Iron |
cloud.smarthq.type.laundry.cycle.quick15 | Quick 15 |
cloud.smarthq.type.laundry.cycle.quick30 | Quick 30 |
cloud.smarthq.type.laundry.cycle.quickairfluff | Quick or Airfluff |
cloud.smarthq.type.laundry.cycle.quickcycle | Quick Cycle |
cloud.smarthq.type.laundry.cycle.quickdry | Quick Dry |
cloud.smarthq.type.laundry.cycle.quickrinse | Quick Rinse |
cloud.smarthq.type.laundry.cycle.quickwash | Quick Wash |
cloud.smarthq.type.laundry.cycle.quietwash | Quiet |
cloud.smarthq.type.laundry.cycle.rackdry | Rack Dry |
cloud.smarthq.type.laundry.cycle.rainorsnow | Rain or Snow |
cloud.smarthq.type.laundry.cycle.refresh | Refresh |
cloud.smarthq.type.laundry.cycle.rinseanddry | Rinse and Dry |
cloud.smarthq.type.laundry.cycle.rinseandspin | Rinse and Spin |
cloud.smarthq.type.laundry.cycle.sanitiserefresh | Sanitise Refresh |
cloud.smarthq.type.laundry.cycle.sanitize | Sanitize |
cloud.smarthq.type.laundry.cycle.sanitizeandallergen | Sanitize + Allergen |
cloud.smarthq.type.laundry.cycle.sanitizesteam | Sanitize Steam |
cloud.smarthq.type.laundry.cycle.sanitizewithoxi | Sanitize with Oxi |
cloud.smarthq.type.laundry.cycle.scent | Scent |
cloud.smarthq.type.laundry.cycle.selfclean | Self Clean |
cloud.smarthq.type.laundry.cycle.sheets | Sheets |
cloud.smarthq.type.laundry.cycle.shirts | Shirts |
cloud.smarthq.type.laundry.cycle.shirtsrefresh | Shirts Refresh |
cloud.smarthq.type.laundry.cycle.shoes | Shoes |
cloud.smarthq.type.laundry.cycle.silk | Silk |
cloud.smarthq.type.laundry.cycle.singleitem | Single Item Wash |
cloud.smarthq.type.laundry.cycle.smartdispense | The smart Dispense Adjustability |
cloud.smarthq.type.laundry.cycle.smartvent | Smart Vent |
cloud.smarthq.type.laundry.cycle.sneakers | Sneakers |
cloud.smarthq.type.laundry.cycle.soak | Soak |
cloud.smarthq.type.laundry.cycle.softtoys | Soft Toys |
cloud.smarthq.type.laundry.cycle.speeddry | Speed Dry |
cloud.smarthq.type.laundry.cycle.speedwash | Speed Wash |
cloud.smarthq.type.laundry.cycle.spinonly | Spin Only |
cloud.smarthq.type.laundry.cycle.sports | Sports |
cloud.smarthq.type.laundry.cycle.stainremoval | Stain Removal |
cloud.smarthq.type.laundry.cycle.stainwashwithsteam | Stain Wash with Steam |
cloud.smarthq.type.laundry.cycle.steamdewrinkle | Steam Dewrinkle |
cloud.smarthq.type.laundry.cycle.steamfresh | Steam Fresh |
cloud.smarthq.type.laundry.cycle.steamnormal | Steam Normal |
cloud.smarthq.type.laundry.cycle.steamrefresh | Steam Refresh |
cloud.smarthq.type.laundry.cycle.steamsanitize | Steam Sanitize |
cloud.smarthq.type.laundry.cycle.steamtowels | Steam Towels |
cloud.smarthq.type.laundry.cycle.steamwhites | Steam Whites |
cloud.smarthq.type.laundry.cycle.suitsorcoats | Suits or Coats |
cloud.smarthq.type.laundry.cycle.swimwear | Swimwear |
cloud.smarthq.type.laundry.cycle.synthetics | Synthetics |
cloud.smarthq.type.laundry.cycle.timeddry | Timed Dry |
cloud.smarthq.type.laundry.cycle.towels | Towels |
cloud.smarthq.type.laundry.cycle.towelssheets | Towels or Sheets |
cloud.smarthq.type.laundry.cycle.tubclean | Tub Clean |
cloud.smarthq.type.laundry.cycle.tumblecare | Tumble Care |
cloud.smarthq.type.laundry.cycle.ultradelicate | Ultra Delicate |
cloud.smarthq.type.laundry.cycle.ultrafreshvent | Ultra Fresh Vent |
cloud.smarthq.type.laundry.cycle.undefined | Undefined |
cloud.smarthq.type.laundry.cycle.warmup | Warm Up |
cloud.smarthq.type.laundry.cycle.warmwash | Warm Wash |
cloud.smarthq.type.laundry.cycle.washcomplete | Wash complete |
cloud.smarthq.type.laundry.cycle.washerlink | Washer Link |
cloud.smarthq.type.laundry.cycle.waterstation | Water Station |
cloud.smarthq.type.laundry.cycle.whites | Whites |
cloud.smarthq.type.laundry.cycle.wool | Wool |
cloud.smarthq.type.laundry.cycle.woolorknit | Wool or Knit |
LAUNDRY_DRYNESS_LEVEL¶
LAUNDRY_DRYNESS_LEVEL | Documentation |
---|---|
cloud.smarthq.type.laundry.dryness.level.damp | Damp |
cloud.smarthq.type.laundry.dryness.level.disabled | Disabled |
cloud.smarthq.type.laundry.dryness.level.dry | Dry |
cloud.smarthq.type.laundry.dryness.level.extradry | Extra Dry |
cloud.smarthq.type.laundry.dryness.level.invalid | Invalid |
cloud.smarthq.type.laundry.dryness.level.lessdry | Less Dry |
cloud.smarthq.type.laundry.dryness.level.moredry | More Dry |
cloud.smarthq.type.laundry.dryness.level.unknown | Unknown |
LAUNDRY_RINSE¶
LAUNDRY_RINSE | Documentation |
---|---|
cloud.smarthq.type.laundry.rinse.deep | Deep |
cloud.smarthq.type.laundry.rinse.disabled | Disabled |
cloud.smarthq.type.laundry.rinse.extra | Extra |
cloud.smarthq.type.laundry.rinse.max | Max |
cloud.smarthq.type.laundry.rinse.off | Off |
cloud.smarthq.type.laundry.rinse.unknown | Unknown |
LAUNDRY_SOIL¶
LAUNDRY_SOIL | Documentation |
---|---|
cloud.smarthq.type.laundry.soil.disabled | Disabled |
cloud.smarthq.type.laundry.soil.extraheavy | Extra Heavy |
cloud.smarthq.type.laundry.soil.extralight | Extra Light |
cloud.smarthq.type.laundry.soil.heavy | Heavy |
cloud.smarthq.type.laundry.soil.invalid | Invalid |
cloud.smarthq.type.laundry.soil.light | Light |
cloud.smarthq.type.laundry.soil.normal | Normal |
cloud.smarthq.type.laundry.soil.unknown | Unknown |
LAUNDRY_SPIN¶
LAUNDRY_SPIN | Documentation |
---|---|
cloud.smarthq.type.laundry.spin.disabled | Disabled |
cloud.smarthq.type.laundry.spin.extraheavy | Extra Heavy |
cloud.smarthq.type.laundry.spin.extrahigh | Extra High |
cloud.smarthq.type.laundry.spin.heavy | Heavy |
cloud.smarthq.type.laundry.spin.high | High |
cloud.smarthq.type.laundry.spin.invalid | Invalid |
cloud.smarthq.type.laundry.spin.low | Low |
cloud.smarthq.type.laundry.spin.max | Max |
cloud.smarthq.type.laundry.spin.medium | Medium |
cloud.smarthq.type.laundry.spin.nospin | No Spin |
cloud.smarthq.type.laundry.spin.unknown | Unknown |
LAUNDRY_STAIN_REMOVAL_GUIDE¶
LAUNDRY_STAIN_REMOVAL_GUIDE | Documentation |
---|---|
cloud.smarthq.type.laundry.stain.beverages | Beverages |
cloud.smarthq.type.laundry.stain.blood | Blood |
cloud.smarthq.type.laundry.stain.dirt | Dirt |
cloud.smarthq.type.laundry.stain.grass | Grass |
cloud.smarthq.type.laundry.stain.off | Off |
cloud.smarthq.type.laundry.stain.oily | Oily |
cloud.smarthq.type.laundry.stain.tomato | Tomato |
cloud.smarthq.type.laundry.stain.unknown | Unknown |
LAUNDRY_SUBCYCLE¶
LAUNDRY_SUBCYCLE | Documentation |
---|---|
cloud.smarthq.type.laundry.subcycle.airfluff | Airfluff |
cloud.smarthq.type.laundry.subcycle.cooldown | CoolDown |
cloud.smarthq.type.laundry.subcycle.damp | Damp |
cloud.smarthq.type.laundry.subcycle.drain | Drain |
cloud.smarthq.type.laundry.subcycle.drying | Drying |
cloud.smarthq.type.laundry.subcycle.extendedtumble | ExtendedTumble |
cloud.smarthq.type.laundry.subcycle.extrarinse | ExtraRinse |
cloud.smarthq.type.laundry.subcycle.extraspin | ExtraSpin |
cloud.smarthq.type.laundry.subcycle.fill | Fill |
cloud.smarthq.type.laundry.subcycle.force.cooling | Force Cooling |
cloud.smarthq.type.laundry.subcycle.load.sensing | Load Sensing |
cloud.smarthq.type.laundry.subcycle.loadsizedetection | LoadSizeDetection |
cloud.smarthq.type.laundry.subcycle.miststeam | MistSteam |
cloud.smarthq.type.laundry.subcycle.na | NA |
cloud.smarthq.type.laundry.subcycle.night.care | Night Care |
cloud.smarthq.type.laundry.subcycle.pet.hair | Pet Hair |
cloud.smarthq.type.laundry.subcycle.preparing | Preparing |
cloud.smarthq.type.laundry.subcycle.prewash | Prewash |
cloud.smarthq.type.laundry.subcycle.rinse | Rinse |
cloud.smarthq.type.laundry.subcycle.sanitizing | Sanitizing |
cloud.smarthq.type.laundry.subcycle.sensing | Sensing |
cloud.smarthq.type.laundry.subcycle.soak | Soak |
cloud.smarthq.type.laundry.subcycle.soil.sensing | Soil Sensing |
cloud.smarthq.type.laundry.subcycle.spin | Spin |
cloud.smarthq.type.laundry.subcycle.steaming | Steaming |
cloud.smarthq.type.laundry.subcycle.tumble | Tumble |
cloud.smarthq.type.laundry.subcycle.ultra.fresh | Ultra Fresh |
cloud.smarthq.type.laundry.subcycle.unlocking | Unlocking |
cloud.smarthq.type.laundry.subcycle.wash | Wash |
cloud.smarthq.type.laundry.subcycle.wrinkle.free | Wrinkle Free |
LAUNDRY_TEMPERATURE¶
LAUNDRY_TEMPERATURE | Documentation |
---|---|
cloud.smarthq.type.laundry.temperature.cold | Cold |
cloud.smarthq.type.laundry.temperature.colors | Colors |
cloud.smarthq.type.laundry.temperature.cool | Cool |
cloud.smarthq.type.laundry.temperature.disabled | Disabled |
cloud.smarthq.type.laundry.temperature.extrahot | Extra Hot |
cloud.smarthq.type.laundry.temperature.extralow | Extra Low |
cloud.smarthq.type.laundry.temperature.high | High |
cloud.smarthq.type.laundry.temperature.hot | Hot |
cloud.smarthq.type.laundry.temperature.low | Low |
cloud.smarthq.type.laundry.temperature.medium | Medium |
cloud.smarthq.type.laundry.temperature.noheat | No Heat |
cloud.smarthq.type.laundry.temperature.tapcold | Tap Cold |
cloud.smarthq.type.laundry.temperature.unknown | Unknown |
cloud.smarthq.type.laundry.temperature.warm | Warm |
RUN_STATUS¶
RUN_STATUS | Documentation |
---|---|
cloud.smarthq.type.runstatus.active | Active |
cloud.smarthq.type.runstatus.delayed | Delayed |
cloud.smarthq.type.runstatus.endofcycle | End of Cycle |
cloud.smarthq.type.runstatus.idle | Idle |
cloud.smarthq.type.runstatus.off | Off |
cloud.smarthq.type.runstatus.paused | Paused |
cloud.smarthq.type.runstatus.running.480p | Running 480p |
cloud.smarthq.type.runstatus.running.720p | Running 720p |
cloud.smarthq.type.runstatus.standby | Standby |
cloud.smarthq.type.runstatus.stopped | Stopped |
cloud.smarthq.type.runstatus.unknown | Unknown |
SET<LAUNDRY_CYCLE>¶
SET<LAUNDRY_CYCLE> | Documentation |
---|---|
cloud.smarthq.type.laundry.cycle.activewear | Active Wear |
cloud.smarthq.type.laundry.cycle.adaptivemysettings | Adaptive Settings |
cloud.smarthq.type.laundry.cycle.allergen | Allergen |
cloud.smarthq.type.laundry.cycle.antibacterial | Antibacterial |
cloud.smarthq.type.laundry.cycle.assistant | Laundry Assistant |
cloud.smarthq.type.laundry.cycle.autodampdry | Auto Damp Dry |
cloud.smarthq.type.laundry.cycle.autodry | Auto Dry |
cloud.smarthq.type.laundry.cycle.autoextradry | Auto Extra Dry |
cloud.smarthq.type.laundry.cycle.babycare | Baby Care |
cloud.smarthq.type.laundry.cycle.basketclean | Basket Clean |
cloud.smarthq.type.laundry.cycle.bulkybedding | Bulky Bedding |
cloud.smarthq.type.laundry.cycle.bulkyitems | Bulky Items |
cloud.smarthq.type.laundry.cycle.c20 | 20 C |
cloud.smarthq.type.laundry.cycle.casuals | Casuals |
cloud.smarthq.type.laundry.cycle.casualswithsteam | Casuals with Steam |
cloud.smarthq.type.laundry.cycle.coldwash | Cold Wash |
cloud.smarthq.type.laundry.cycle.colors | Colors |
cloud.smarthq.type.laundry.cycle.coolair | Cool Air |
cloud.smarthq.type.laundry.cycle.cottons | Cottons |
cloud.smarthq.type.laundry.cycle.darks | Dark Colors |
cloud.smarthq.type.laundry.cycle.deepclean | Deep Clean |
cloud.smarthq.type.laundry.cycle.delicaterefresh | Delicate Refresh |
cloud.smarthq.type.laundry.cycle.delicates | Delicates |
cloud.smarthq.type.laundry.cycle.denim | Denim |
cloud.smarthq.type.laundry.cycle.dewrinkle | DeWrinkle |
cloud.smarthq.type.laundry.cycle.down | Down |
cloud.smarthq.type.laundry.cycle.downloadablecycle | Download Cycle |
cloud.smarthq.type.laundry.cycle.drainandspin | Drain and Spin |
cloud.smarthq.type.laundry.cycle.drumclean | Drum Clean |
cloud.smarthq.type.laundry.cycle.drumlight | Drum Light |
cloud.smarthq.type.laundry.cycle.durable | Durable |
cloud.smarthq.type.laundry.cycle.duvet | Duvet |
cloud.smarthq.type.laundry.cycle.easycare | Easy Care |
cloud.smarthq.type.laundry.cycle.easyiron | Easy Iron |
cloud.smarthq.type.laundry.cycle.eco | Eco |
cloud.smarthq.type.laundry.cycle.eco4060 | Eco 40-60 |
cloud.smarthq.type.laundry.cycle.ecocool | Eco Cool |
cloud.smarthq.type.laundry.cycle.energysaver | Energy Saver |
cloud.smarthq.type.laundry.cycle.everyday | Everyday |
cloud.smarthq.type.laundry.cycle.express | Express |
cloud.smarthq.type.laundry.cycle.flexdispense | The flex Dispense Adjustability |
cloud.smarthq.type.laundry.cycle.freshen | Freshen |
cloud.smarthq.type.laundry.cycle.handwash | Hand Wash |
cloud.smarthq.type.laundry.cycle.heavy | Heavy |
cloud.smarthq.type.laundry.cycle.heavyduty | Heavy Duty |
cloud.smarthq.type.laundry.cycle.hotwash | Hot Wash |
cloud.smarthq.type.laundry.cycle.hygiene | Hygiene |
cloud.smarthq.type.laundry.cycle.jeans | Jeans |
cloud.smarthq.type.laundry.cycle.kidsitem | Kids Item |
cloud.smarthq.type.laundry.cycle.leather | Leather |
cloud.smarthq.type.laundry.cycle.light | Light |
cloud.smarthq.type.laundry.cycle.mix | Mix |
cloud.smarthq.type.laundry.cycle.mixed | Mixed |
cloud.smarthq.type.laundry.cycle.mixedrefresh | Mixed Refresh |
cloud.smarthq.type.laundry.cycle.moredry | More dry |
cloud.smarthq.type.laundry.cycle.morewater | Incremental Fill |
cloud.smarthq.type.laundry.cycle.mycycle | The Remote My Cycle cycle |
cloud.smarthq.type.laundry.cycle.nightdry | Night Dry |
cloud.smarthq.type.laundry.cycle.normal | Normal |
cloud.smarthq.type.laundry.cycle.normalormixed | Normal or Mixed Load |
cloud.smarthq.type.laundry.cycle.order.scent | order scent |
cloud.smarthq.type.laundry.cycle.order.tide | order tide |
cloud.smarthq.type.laundry.cycle.outdoor | Outdoor |
cloud.smarthq.type.laundry.cycle.outerwear | Outerwear |
cloud.smarthq.type.laundry.cycle.pantscrease | Pants Crease |
cloud.smarthq.type.laundry.cycle.permpress | Perm Press |
cloud.smarthq.type.laundry.cycle.powerclean | Power Clean |
cloud.smarthq.type.laundry.cycle.powersteam | Power Steam |
cloud.smarthq.type.laundry.cycle.preiron | Pre Iron |
cloud.smarthq.type.laundry.cycle.quick15 | Quick 15 |
cloud.smarthq.type.laundry.cycle.quick30 | Quick 30 |
cloud.smarthq.type.laundry.cycle.quickairfluff | Quick or Airfluff |
cloud.smarthq.type.laundry.cycle.quickcycle | Quick Cycle |
cloud.smarthq.type.laundry.cycle.quickdry | Quick Dry |
cloud.smarthq.type.laundry.cycle.quickrinse | Quick Rinse |
cloud.smarthq.type.laundry.cycle.quickwash | Quick Wash |
cloud.smarthq.type.laundry.cycle.quietwash | Quiet |
cloud.smarthq.type.laundry.cycle.rackdry | Rack Dry |
cloud.smarthq.type.laundry.cycle.rainorsnow | Rain or Snow |
cloud.smarthq.type.laundry.cycle.refresh | Refresh |
cloud.smarthq.type.laundry.cycle.rinseanddry | Rinse and Dry |
cloud.smarthq.type.laundry.cycle.rinseandspin | Rinse and Spin |
cloud.smarthq.type.laundry.cycle.sanitiserefresh | Sanitise Refresh |
cloud.smarthq.type.laundry.cycle.sanitize | Sanitize |
cloud.smarthq.type.laundry.cycle.sanitizeandallergen | Sanitize + Allergen |
cloud.smarthq.type.laundry.cycle.sanitizesteam | Sanitize Steam |
cloud.smarthq.type.laundry.cycle.sanitizewithoxi | Sanitize with Oxi |
cloud.smarthq.type.laundry.cycle.scent | Scent |
cloud.smarthq.type.laundry.cycle.selfclean | Self Clean |
cloud.smarthq.type.laundry.cycle.sheets | Sheets |
cloud.smarthq.type.laundry.cycle.shirts | Shirts |
cloud.smarthq.type.laundry.cycle.shirtsrefresh | Shirts Refresh |
cloud.smarthq.type.laundry.cycle.shoes | Shoes |
cloud.smarthq.type.laundry.cycle.silk | Silk |
cloud.smarthq.type.laundry.cycle.singleitem | Single Item Wash |
cloud.smarthq.type.laundry.cycle.smartdispense | The smart Dispense Adjustability |
cloud.smarthq.type.laundry.cycle.smartvent | Smart Vent |
cloud.smarthq.type.laundry.cycle.sneakers | Sneakers |
cloud.smarthq.type.laundry.cycle.soak | Soak |
cloud.smarthq.type.laundry.cycle.softtoys | Soft Toys |
cloud.smarthq.type.laundry.cycle.speeddry | Speed Dry |
cloud.smarthq.type.laundry.cycle.speedwash | Speed Wash |
cloud.smarthq.type.laundry.cycle.spinonly | Spin Only |
cloud.smarthq.type.laundry.cycle.sports | Sports |
cloud.smarthq.type.laundry.cycle.stainremoval | Stain Removal |
cloud.smarthq.type.laundry.cycle.stainwashwithsteam | Stain Wash with Steam |
cloud.smarthq.type.laundry.cycle.steamdewrinkle | Steam Dewrinkle |
cloud.smarthq.type.laundry.cycle.steamfresh | Steam Fresh |
cloud.smarthq.type.laundry.cycle.steamnormal | Steam Normal |
cloud.smarthq.type.laundry.cycle.steamrefresh | Steam Refresh |
cloud.smarthq.type.laundry.cycle.steamsanitize | Steam Sanitize |
cloud.smarthq.type.laundry.cycle.steamtowels | Steam Towels |
cloud.smarthq.type.laundry.cycle.steamwhites | Steam Whites |
cloud.smarthq.type.laundry.cycle.suitsorcoats | Suits or Coats |
cloud.smarthq.type.laundry.cycle.swimwear | Swimwear |
cloud.smarthq.type.laundry.cycle.synthetics | Synthetics |
cloud.smarthq.type.laundry.cycle.timeddry | Timed Dry |
cloud.smarthq.type.laundry.cycle.towels | Towels |
cloud.smarthq.type.laundry.cycle.towelssheets | Towels or Sheets |
cloud.smarthq.type.laundry.cycle.tubclean | Tub Clean |
cloud.smarthq.type.laundry.cycle.tumblecare | Tumble Care |
cloud.smarthq.type.laundry.cycle.ultradelicate | Ultra Delicate |
cloud.smarthq.type.laundry.cycle.ultrafreshvent | Ultra Fresh Vent |
cloud.smarthq.type.laundry.cycle.undefined | Undefined |
cloud.smarthq.type.laundry.cycle.warmup | Warm Up |
cloud.smarthq.type.laundry.cycle.warmwash | Warm Wash |
cloud.smarthq.type.laundry.cycle.washcomplete | Wash complete |
cloud.smarthq.type.laundry.cycle.washerlink | Washer Link |
cloud.smarthq.type.laundry.cycle.waterstation | Water Station |
cloud.smarthq.type.laundry.cycle.whites | Whites |
cloud.smarthq.type.laundry.cycle.wool | Wool |
cloud.smarthq.type.laundry.cycle.woolorknit | Wool or Knit |
SET<LAUNDRY_SUBCYCLE>¶
SET<LAUNDRY_SUBCYCLE> | Documentation |
---|---|
cloud.smarthq.type.laundry.subcycle.airfluff | Airfluff |
cloud.smarthq.type.laundry.subcycle.cooldown | CoolDown |
cloud.smarthq.type.laundry.subcycle.damp | Damp |
cloud.smarthq.type.laundry.subcycle.drain | Drain |
cloud.smarthq.type.laundry.subcycle.drying | Drying |
cloud.smarthq.type.laundry.subcycle.extendedtumble | ExtendedTumble |
cloud.smarthq.type.laundry.subcycle.extrarinse | ExtraRinse |
cloud.smarthq.type.laundry.subcycle.extraspin | ExtraSpin |
cloud.smarthq.type.laundry.subcycle.fill | Fill |
cloud.smarthq.type.laundry.subcycle.force.cooling | Force Cooling |
cloud.smarthq.type.laundry.subcycle.load.sensing | Load Sensing |
cloud.smarthq.type.laundry.subcycle.loadsizedetection | LoadSizeDetection |
cloud.smarthq.type.laundry.subcycle.miststeam | MistSteam |
cloud.smarthq.type.laundry.subcycle.na | NA |
cloud.smarthq.type.laundry.subcycle.night.care | Night Care |
cloud.smarthq.type.laundry.subcycle.pet.hair | Pet Hair |
cloud.smarthq.type.laundry.subcycle.preparing | Preparing |
cloud.smarthq.type.laundry.subcycle.prewash | Prewash |
cloud.smarthq.type.laundry.subcycle.rinse | Rinse |
cloud.smarthq.type.laundry.subcycle.sanitizing | Sanitizing |
cloud.smarthq.type.laundry.subcycle.sensing | Sensing |
cloud.smarthq.type.laundry.subcycle.soak | Soak |
cloud.smarthq.type.laundry.subcycle.soil.sensing | Soil Sensing |
cloud.smarthq.type.laundry.subcycle.spin | Spin |
cloud.smarthq.type.laundry.subcycle.steaming | Steaming |
cloud.smarthq.type.laundry.subcycle.tumble | Tumble |
cloud.smarthq.type.laundry.subcycle.ultra.fresh | Ultra Fresh |
cloud.smarthq.type.laundry.subcycle.unlocking | Unlocking |
cloud.smarthq.type.laundry.subcycle.wash | Wash |
cloud.smarthq.type.laundry.subcycle.wrinkle.free | Wrinkle Free |