Skip to content
Snippets Groups Projects
Commit 8f25f6e7 authored by Volker Richert's avatar Volker Richert
Browse files

fixing Read Basla Pattern Request

parent 41bb1aa5
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@ public class MedtronicSendMessageRequestMessage extends MedtronicRequestMessage
public enum SendMessageType {
NO_TYPE(0x0),
BEGIN_EHSM_SESSION(0x412),
BEGIN_EHSM_SESSION(0x0412),
TIME_REQUEST(0x0403),
READ_PUMP_STATUS_REQUEST(0x0112),
READ_BASAL_PATTERN_REQUEST(0x0112),
READ_BASAL_PATTERN_REQUEST(0x0116),
END_EHSM_SESSION(0x412);
private short value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment