UNPKG

@corvina/device-example

Version:
8 lines (6 loc) 190 B
import { DataPoint } from "@corvina/device-client"; export class DataPointDTO implements DataPoint { tagName: string; // tag name value: any; timestamp: number; // posix time }