diff --git a/src/AgValue.cpp b/src/AgValue.cpp index 9d1fd87..14580ff 100644 --- a/src/AgValue.cpp +++ b/src/AgValue.cpp @@ -173,7 +173,7 @@ String Measurements::toString(bool localServer, AgFirmwareMode fwMode, int rssi, root["noxRaw"] = this->NOxRaw; } } - root["bootCount"] = bootCount; + root["boot"] = bootCount; if (localServer) { root["ledMode"] = config->getLedBarModeName();