This commit is contained in:
Mateusz Gruszczyński
2026-08-24 00:28:19 +02:00
parent 10bc9aa099
commit eb02f66056
7 changed files with 23 additions and 15 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
# GREE Controller v0.4.4 - build and validation report
# GREE Controller v0.4.5 - build and validation report
## v0.4.5 compile fix
- Fixed Rust borrow-checker error `E0502` in `GreeProtocol::poll`.
- The bound device key is now cloned into an owned `String` before mutating the `Device` with `apply_status`.
- Subsequent full/core/`OutEnvTem` status requests borrow that owned key, so no immutable borrow of `device.key` survives across the mutable device update.
## Scope