File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
app/src/main/java/com/eveningoutpost/dexdrip
wear/src/main/java/com/eveningoutpost/dexdrip/models Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ public static SensorType getSensorType(byte[] SensorInfo) {
307307 return SensorType .Libre2 ;
308308 case 0xc60931 :
309309 case 0x7f0e31 :
310+ case 0x7f0e30 :
310311 return SensorType .Libre2Plus ;
311312 case 0x700010 :
312313 return SensorType .LibreProH ;
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ public class UiBasedCollector extends NotificationListenerService {
112112 coOptedPackages .add ("com.sinocare.cgm.ce" );
113113 coOptedPackages .add ("com.sinocare.ican.health.ce" );
114114 coOptedPackages .add ("com.sinocare.ican.health.ru" );
115+ coOptedPackages .add ("com.suswel.ai" );
115116
116117 coOptedPackagesAll .add ("com.dexcom.dexcomone" );
117118 coOptedPackagesAll .add ("com.dexcom.d1plus" );
@@ -130,6 +131,7 @@ public class UiBasedCollector extends NotificationListenerService {
130131 coOptedPackagesAll .add ("com.sinocare.cgm.ce" );
131132 coOptedPackagesAll .add ("com.sinocare.ican.health.ce" );
132133 coOptedPackagesAll .add ("com.sinocare.ican.health.ru" );
134+ coOptedPackagesAll .add ("com.suswel.ai" );
133135
134136 companionAppIoBPackages .add ("com.insulet.myblue.pdm" );
135137
Original file line number Diff line number Diff line change @@ -304,7 +304,8 @@ public static SensorType getSensorType(byte[] SensorInfo) {
304304 case 0x9d0830 :
305305 case 0xc50930 :
306306 case 0xc60931 :
307- case 0x7f0e31 :
307+ case 0x7f0e31 :
308+ case 0x7f0e30 :
308309 return SensorType .Libre2 ;
309310 case 0x700010 :
310311 return SensorType .LibreProH ;
You can’t perform that action at this time.
0 commit comments