Files
Cyborg2017 987ec12a81 feat: enhance position handling logic for T0xD9 washing machines
- add automatic position adjustment when `db_position` is set to 0
- enhance synchronization updates between control status and operational status
- improve `refresh_status` query logic to adhere to current position setting

1. `set_attribute()` method:
   - add automatic synchronization of `db_location_selection` upon position changes
   - maintain backward compatibility for direct updates to `db_location_selection`

2. `set_attributes()` method:
   - add automatic synchronization of `db_location_selection` upon position changes
   - maintain backward compatibility for direct updates to `db_location_selection`

3. `refresh_status()` method:
   - update query parameter generation logic to adhere to `db_position` rules
   - add automatic update of `db_location_selection` during status refresh

4. `_parse_cloud_message()` method:
   - add logic to maintain consistency between `db_control_status` and operational status
2026-02-09 14:47:48 +08:00
..
2025-09-17 23:22:01 +08:00
2025-09-17 23:22:01 +08:00
2025-11-02 16:02:21 +08:00
2025-09-17 23:22:01 +08:00
2025-09-17 23:22:01 +08:00
2025-09-17 23:22:01 +08:00
2025-09-28 20:24:15 +08:00