Commit 26f7a1b
committed
fix(homeassistant): Fix homeassistant commissioning of light_eth
Fix light_eth example of rs-matter-stack.
fn network_interfaces() gets called with
ArrayAttributeRead::ReadOne index beyond the length of the interfaces
present.
Return a ConstraintError when no netif was matched.
The change fixes this error message which aborts the commissioning
process:
rs_matter::respond] Responder: Handler 0 / exchange 7::1: Abandoned
because of error Error::InvalidAction1 parent d502046 commit 26f7a1b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments