Insight: Disable vibration on bolus for firmware version 3

This commit is contained in:
TebbeUbben 2020-05-03 18:52:26 +02:00
parent 38e5115649
commit abb9505122

View file

@ -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);