diff --git a/modem/explorer.py b/modem/explorer.py index 13e302c5..c681442e 100644 --- a/modem/explorer.py +++ b/modem/explorer.py @@ -43,7 +43,7 @@ class explorer(): version = str(self.app.MODEM_VERSION) bandwidth = str(self.config['MODEM']['enable_low_bandwidth_mode']) beacon = str(self.states.is_beacon_running) - strength = str(self.states.radio_strength) + strength = str(self.states.s_meter_strength) log.info("[EXPLORER] publish", frequency=frequency, band=band, callsign=callsign, gridsquare=gridsquare, version=version, bandwidth=bandwidth)