Skip to content

Commit

Permalink
remove OneTouch meters from device list
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeck committed Jun 1, 2015
1 parent 498931b commit 72f2b2f
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions lib/state/appState.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,15 @@ appState.getInitial = function() {
source: {type: 'device', driverId: 'AbbottFreeStyle'}
},
// {
// name: 'Asante SNAP',
// key: 'asantesnap',
// source: {type: 'device', driverId: 'AsanteSNAP'}
// name: 'OneTouch Ultra2',
// key: 'onetouchultra2',
// source: {type: 'device', driverId: 'OneTouchUltra2'}
// },
// {
// name: 'OneTouch UltraMini',
// key: 'onetouchmini',
// source: {type: 'device', driverId: 'OneTouchMini'}
// }
{
name: 'OneTouch Ultra2',
key: 'onetouchultra2',
source: {type: 'device', driverId: 'OneTouchUltra2'}
},
{
name: 'OneTouch UltraMini',
key: 'onetouchmini',
source: {type: 'device', driverId: 'OneTouchMini'}
}
];

if (config.CARELINK) {
Expand Down

0 comments on commit 72f2b2f

Please sign in to comment.