Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent error codes #738

Merged
merged 8 commits into from Jun 20, 2019
2 changes: 1 addition & 1 deletion lib/drivers/insulet/insuletDriver.js
Expand Up @@ -364,7 +364,7 @@ module.exports = function (config) {
};

var pump_alarm_record = {
format: '2bs3b.s.b2i6b', fields: [
format: '2bs3b.b.b.2i6b', fields: [
'day', 'month', 'year', 'seconds', 'minutes', 'hours',
'alarm', 'error_code', 'lot_number', 'seq_number',
'processor_maj', 'processor_min', 'processor_patch',
Expand Down