@iotile/iotile-cloud
Version:
A typescript library for interfacing with the IOTile Cloud API
15 lines • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Streamer = /** @class */ (function () {
function Streamer(data) {
if (data === void 0) { data = {}; }
this.id = data.id;
this.slug = data.slug;
this.device = data.device;
this.index = data.index;
this.lastID = data.last_id;
}
return Streamer;
}());
exports.Streamer = Streamer;
//# sourceMappingURL=streamer.js.map