noiseFloorOrNull

val LocalStats.noiseFloorOrNull: Int?(source)

Last measured noise floor in dBm, or null when this reading has never been reported (LocalStats.noise_floor still holds firmware's 0 "no reading yet" sentinel). Every read of noise_floor should go through this so every consumer treats absence the same way, rather than each site repeating its own != 0 / ?: 0 guard.