Map prewash job state in SmartThings (#140097)

This commit is contained in:
Joost Lekkerkerker 2025-03-08 10:57:25 +01:00 committed by GitHub
parent 3a2b446e33
commit f399ffae72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,7 @@ JOB_STATE_MAP = {
"freezeProtection": "freeze_protection",
"preDrain": "pre_drain",
"preWash": "pre_wash",
"prewash": "pre_wash",
"wrinklePrevent": "wrinkle_prevent",
"unknown": None,
}