UNPKG

diffusion

Version:

Diffusion JavaScript client

6 lines 191 B
module.exports = function TimeSeriesEditRequest(path, dataType, sequence, value) { this.path = path; this.dataType = dataType; this.sequence = sequence; this.value = value; };