Commit 30b9596
Tom Lasswell
fix(sensor): stamp Last MQTT Received on multiSync events too
multiSync messages (H5043 leak-hub events) are genuine inbound MQTT
traffic but were dispatched before the freshness stamp, so a leak-only
install showed 'Last MQTT Received' as permanently unavailable. Move the
stamp above the message-type branch so any accepted device message counts
as transport activity.1 parent 6490569 commit 30b9596
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
400 | 405 | | |
401 | 406 | | |
402 | 407 | | |
| |||
419 | 424 | | |
420 | 425 | | |
421 | 426 | | |
422 | | - | |
423 | 427 | | |
424 | 428 | | |
425 | 429 | | |
| |||
0 commit comments