Files
meshcore-bot/modules/web_viewer
agessaman 030bee95ca fix(dashboard): narrow snr directly so mypy accepts float(snr)
mypy cannot track non-Noneness through the intermediate `corroborated`
boolean, so `float(snr)` in the discover-only neighbor branch was flagged
as `Any | None`. Test the value directly; `corroborated` still backs the
`signal_corroborated` field.
2026-08-21 20:38:48 -07:00
..