mirror of
https://github.com/arendst/Tasmota.git
synced 2026-02-20 00:32:32 +01:00
@@ -281,6 +281,7 @@ extern "C" {
|
||||
if (show_rssi) {
|
||||
be_map_insert_int(vm, "rssi", rssi);
|
||||
be_map_insert_int(vm, "quality", WifiGetRssiAsQuality(rssi));
|
||||
be_map_insert_str(vm, "ssid", SettingsTextEscaped(SET_STASSID1 + Settings->sta_active).c_str());
|
||||
}
|
||||
}
|
||||
be_pop(vm, 1);
|
||||
|
||||
Reference in New Issue
Block a user