* fix Mi and HM inverter communication #1235
* added privacy mode option #1211
* changed serial debug option to work without reboot
This commit is contained in:
lumapu 2023-11-19 14:25:57 +01:00
parent 49ef94cb7a
commit b7f0e683ec
13 changed files with 75 additions and 50 deletions

View file

@ -561,6 +561,7 @@ class RestApi {
void getSerial(JsonObject obj) {
obj[F("show_live_data")] = mConfig->serial.showIv;
obj[F("debug")] = mConfig->serial.debug;
obj[F("priv")] = mConfig->serial.privacyLog;
}
void getStaticIp(JsonObject obj) {