v2.0.4 — fix HT25 fw0085 hardcoded mesh id
What's Changed
Bug Fixes
- HT25 fw0085 timers now actuate for any account. The fw0085 code path hardcoded the original developer's own timer mesh id (
0x47D7→ on-wire prefixd747) into every command frame. On anyone else's timer, the device's application layer silently dropped commands whose prefix didn't match its own id — while the BLE link layer still ACK'd every write, so init looked healthy but watering never actuated.BHyveHT25Fw0085Devicenow inherits the baseBHyveHT25Deviceand uses each timer's own per-devicemesh_address. Thanks @FabsFabios! (#7)
Maintenance
- Bump
manifest.jsonversion to match the release tag.
Full Changelog: v2.0.3...v2.0.4