@iotile/iotile-cloud
Version:
A typescript library for interfacing with the IOTile Cloud API
19 lines • 640 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var IOTileSysVar = /** @class */ (function () {
function IOTileSysVar() {
this.battery = '5800';
this.gatewayScanBegin = '5a00';
this.gatewayScanEnd = '5a01';
this.gatewayScanFailure = '5a03';
this.endOfTripSummary = '5a07';
this.middleOfTripSummary = '5a08';
this.reboot = '5c00';
this.tripStarted = '0e00';
this.tripEnded = '0e01';
this.tripRecording = '0e02';
}
return IOTileSysVar;
}());
exports.IOTileSysVar = IOTileSysVar;
//# sourceMappingURL=iotile-sys-var.js.map