Fix: Per-Modulation Channel Value Coloring
The dashboard had hardcoded 256QAM thresholds for coloring individual power/SNR cell values, causing 64QAM and DOCSIS 3.1 channels to appear yellow (warning) even when they were within spec.
What changed
- DS Power/SNR cells now use the backend's
health_detail(which already applies per-modulation thresholds fromthresholds.json) instead of hardcoded values - US Power cells now use per-DOCSIS-version thresholds via
health_detailinstead of hardcoded EuroDOCSIS 3.0 values
Affected users
Anyone with 64QAM downstream channels or DOCSIS 3.1 upstream channels may have seen false yellow/red coloring on individual values despite the health badge correctly showing "Good".
Full Changelog: v2026-02-13.6...v2026-02-13.7