UNPKG

bt-seneca-msc

Version:

A pure Javascript API for the Seneca Multi Smart Calibrator (MSC) device, using web bluetooth.

10 lines (9 loc) 161 B
class CommandResult { value = 0.0; success = false; message = ""; unit = ""; secondary_value = 0.0; secondary_unit = ""; } module.exports = CommandResult;