UNPKG

@corvina/device-example

Version:

Corvina Device Example base on @corvina/device-client

10 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataPointDTO = void 0; class DataPointDTO { tagName; value; timestamp; } exports.DataPointDTO = DataPointDTO; //# sourceMappingURL=datapoint.dto.js.map