Add Aidex

This commit is contained in:
Mark Breen 2022-03-29 23:30:30 +01:00 committed by GitHub
parent 8d98e7005f
commit 8318202755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,7 @@ data class UserEntry(
Actions, //From Actions plugin
Automation, //From Automation plugin
BG, //From BG plugin => Add One Source per BG Source for Calibration or Sensor Change
Aidex,
Dexcom,
Eversense,
Glimp,
@ -197,4 +198,4 @@ data class UserEntry(
Pump,
Aaps
}
}
}