Merge pull request #1517 from andyrozman/dev

Added Notification types needed for Medtronic
This commit is contained in:
Milos Kozak 2018-10-24 21:51:47 +02:00 committed by GitHub
commit a918addc12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,8 @@ public class Notification {
public static final int NEWVERSIONDETECTED = 41;
public static final int SENDLOGFILES = 42;
public static final int DEVICENOTPAIRED = 43;
public static final int MEDTRONIC_PUMP_ALARM = 44;
public static final int RILEYLINK_CONNECTION = 45;
public int id;