Skip to content

Commit

Permalink
Revert "oops, remove Bayer meters"
Browse files Browse the repository at this point in the history
This reverts commit 3449294.
  • Loading branch information
jebeck committed Sep 8, 2015
1 parent 2e396ba commit e8bacec
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/state/appState.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ appState.getInitial = function() {
// key: 'onetouchmini',
// source: {type: 'device', driverId: 'OneTouchMini'}
// },
// {
// name: 'Bayer Contour Next',
// key: 'bayercontournext',
// source: {type: 'device', driverId: 'BayerContourNext'}
// },
// {
// name: 'Bayer Contour Next USB',
// key: 'bayercontournextusb',
// source: {type: 'device', driverId: 'BayerContourNextUsb'}
// },
// {
// name: 'Bayer Contour USB',
// key: 'bayercontourusb',
// source: {type: 'device', driverId: 'BayerContourUsb'}
// }
{
name: 'Bayer Contour Next',
key: 'bayercontournext',
source: {type: 'device', driverId: 'BayerContourNext'}
},
{
name: 'Bayer Contour Next USB',
key: 'bayercontournextusb',
source: {type: 'device', driverId: 'BayerContourNextUsb'}
},
{
name: 'Bayer Contour USB',
key: 'bayercontourusb',
source: {type: 'device', driverId: 'BayerContourUsb'}
}
];

if (config.CARELINK) {
Expand Down

0 comments on commit e8bacec

Please sign in to comment.