Insight: Disable vibration on bolus for firmware version 3
This commit is contained in:
parent
38e5115649
commit
abb9505122
|
@ -22,7 +22,7 @@ public class DeliverBolusMessage extends AppLayerMessage {
|
|||
@Override
|
||||
protected ByteBuf getData() {
|
||||
ByteBuf byteBuf = new ByteBuf(22);
|
||||
byteBuf.putUInt16LE(805);
|
||||
byteBuf.putUInt16LE(31);
|
||||
byteBuf.putUInt16LE(BolusTypeIDs.IDS.getID(bolusType));
|
||||
byteBuf.putUInt16LE(31);
|
||||
byteBuf.putUInt16LE(0);
|
||||
|
|
Loading…
Reference in a new issue