Skip to content

Commit

Permalink
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Jun 14, 2023
2 parents ded5cee + 3562e85 commit ceb2803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebApi_prometheus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void WebApiPrometheusClass::onPrometheusMetricsGet(AsyncWebServerRequest* reques
stream->printf("wifi_rssi %d\n", WiFi.RSSI());

stream->print("# HELP wifi_station WiFi Station info\n");
stream->print("# TYPE wifi_station label\n");
stream->print("# TYPE wifi_station gauge\n");
stream->printf("wifi_station{bssid=\"%s\"} 1\n", WiFi.BSSIDstr().c_str());

for (uint8_t i = 0; i < Hoymiles.getNumInverters(); i++) {
Expand Down

0 comments on commit ceb2803

Please sign in to comment.