ble-glucose
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -31,3 +31,7 @@ /* | ||
}], | ||
optionalServices: ['device_information'], | ||
optionalServices: [ | ||
'device_information', | ||
0xFFF0, // i-SENS v1.4 custom service | ||
'c4dea010-5a9d-11e9-8647-d663bd873d93', // i-SENS v1.5 custom service | ||
], | ||
}; | ||
@@ -34,0 +38,0 @@ |
{ | ||
"name": "ble-glucose", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Reads blood glucose values from Bluetooth LE enabled meters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
14660
352
5