Fixed
- Error-clear transitions not reported to Matter controller —
V1StatusListenerandhandleHomeDataMessageonly ran the error-handling path when the error code was non-zero, so a device clearing an error never reached the existing clear-to-NoErrorreset logic. Both gates now fire whenever the error field is defined, matching the already-correctB01StatusListenerpattern.