Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rfee34142c8fac0075a7573600c1977a0fb083b8e -ra3aaf56627ea716af49eb647cb1d83930a891669 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision fee34142c8fac0075a7573600c1977a0fb083b8e) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision a3aaf56627ea716af49eb647cb1d83930a891669) @@ -146,7 +146,9 @@ initReservoirs(); // Send DG usage data to HD - usageMsg.hdr.msgID = MSG_ID_HD_DG_USAGE_INFO_REQUEST; + // The message ID will not be put here because the messages list script will pick this up for another send command + // The only important item is the payload length that must be 0 for the handler + usageMsg.hdr.msgID = 0; usageMsg.hdr.payloadLen = 0; handleHDRequestDGUsageInfo( &usageMsg );