Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r696e732c9742535a58b9c65f243df7cd797d1423 -rf192234d80556802fa42e62f8c1b20d1474f82f1 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 696e732c9742535a58b9c65f243df7cd797d1423) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision f192234d80556802fa42e62f8c1b20d1474f82f1) @@ -889,9 +889,12 @@ handleDGSendConcentrateMixingRatios( message ); break; +#if 0 + // For Phase 1B case MSG_ID_DG_SCHEDULED_RUNS_INFO: handleDGScheduledRunsRequest( message ); break; +#endif case MSG_ID_HD_REQUEST_DG_USAGE_INFO: handleHDRequestDGUsageInfo( message ); @@ -1112,13 +1115,16 @@ handleSetDGServiceRecord( message ); break; +#if 0 + // For Phase 1B case MSG_ID_DG_GET_SCHEDULED_RUNS_RECORD: handleGetDGScheduledRunsRecord( message ); break; case MSG_ID_DG_SET_SCHEDULED_RUNS_RECORD: handleSetDGScheduledRunsRecord( message ); break; +#endif case MSG_ID_DG_FLUID_LEAK_SEND_INTERVAL_OVERRIDE: handleSetFluidLeakBroadcastIntervalOverrideRequest( message );