Browse Source

update

master
zhaohe 2 years ago
parent
commit
2ad5f8b00d
  1. 3
      src/main_control_service.cpp

3
src/main_control_service.cpp

@ -148,6 +148,9 @@ json MainControlService::createSensorDataJson() {
report["sprinklerPumpRPM"] = m_deviceIoControlService->sprayLiquidPump_getRPM(); report["sprinklerPumpRPM"] = m_deviceIoControlService->sprayLiquidPump_getRPM();
report["chargingPumpRPM"] = m_deviceIoControlService->getChargingPump_PumpRPM(); report["chargingPumpRPM"] = m_deviceIoControlService->getChargingPump_PumpRPM();
report["sprinklerPumpGPM"] = m_deviceIoControlService->sprayLiquidPump_getGPM();
// report["chargingPumpGPM"] = m_deviceIoControlService->getChargingPump_PumpGPM();
report["waterImmersionSensor1"] = m_deviceIoControlService->getWaterImmersionSensor1(); report["waterImmersionSensor1"] = m_deviceIoControlService->getWaterImmersionSensor1();
report["waterImmersionSensor2"] = m_deviceIoControlService->getWaterImmersionSensor2(); report["waterImmersionSensor2"] = m_deviceIoControlService->getWaterImmersionSensor2();

Loading…
Cancel
Save