SNR_UNSET

const val SNR_UNSET: Float(source)

Sentinels stored when a node has no radio-metric reading. They exist because snr/rssi are not nullable (the Room columns behind them are NOT NULL); resolve them with snrOrNull/rssiOrNull rather than comparing against them at call sites.