diff --git a/spinnman/model/enums/sdp_running_message_codes.py b/spinnman/model/enums/sdp_running_message_codes.py index 8e16abe9..34488215 100644 --- a/spinnman/model/enums/sdp_running_message_codes.py +++ b/spinnman/model/enums/sdp_running_message_codes.py @@ -24,3 +24,4 @@ class SDP_RUNNING_MESSAGE_CODES(Enum): SDP_NEW_RUNTIME_ID_CODE = 7 SDP_UPDATE_PROVENCE_REGION_AND_EXIT = 8 SDP_CLEAR_IOBUF_CODE = 9 + SDP_PAUSE_ID_CODE = 10