UNPKG

diffusion

Version:

Diffusion JavaScript client

5 lines 153 B
module.exports = function TimeSeriesAppendRequest(path, dataType, value) { this.path = path; this.dataType = dataType; this.value = value; };