simbaja / gehome

Python SDK for GE smart appliances
MIT License
42 stars 29 forks source link

Convert EcoDry Status Value #52

Closed csfreak closed 1 year ago

csfreak commented 1 year ago

The ErdConfigurationEntry for LAUNDRY_DRYER_ECODRY_STATUS was missing.

This resulted in EcoDry Status showing as bytes rather than the enum which already existed.

Before: 2023-04-25 14:41:44,913 DEBUG Setting ErdCode.LAUNDRY_DRYER_ECODRY_STATUS to b'\x00\x03' After: 2023-04-25 14:56:39,349 DEBUG Setting ErdCode.LAUNDRY_DRYER_ECODRY_STATUS to Disabled