Skip to content

Commit

Permalink
Turns out medicalDeviceSuspended is always false
Browse files Browse the repository at this point in the history
  • Loading branch information
mddub committed Oct 21, 2015
1 parent 810e27e commit 643e93d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ describe('integration test: missingLastSgv', function() {
device: 'connect://paradigm',
iob: 4.85,
medicalDeviceBatteryLevelPercent: 75,
medicalDeviceSuspended: false,
reservoirAmount: 60,
reservoirLevelPercent: 25,
sensorDurationHours: 73,
Expand Down Expand Up @@ -106,7 +105,6 @@ describe('integration test: withTrend', function() {
device: 'connect://paradigm',
iob: 1.35,
medicalDeviceBatteryLevelPercent: 50,
medicalDeviceSuspended: false,
reservoirAmount: 67,
reservoirLevelPercent: 50,
sensorDurationHours: 137,
Expand Down
1 change: 0 additions & 1 deletion transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function pumpStatusEntry(data) {
'conduitInRange',
'conduitMedicalDeviceInRange',
'conduitSensorInRange',
'medicalDeviceSuspended',
// numbers
'conduitBatteryLevel',
'reservoirLevelPercent',
Expand Down

0 comments on commit 643e93d

Please sign in to comment.