UNPKG

@janitza/gridvis-client

Version:

A library to access all GridVis data

5 lines (4 loc) 181 B
import { IDevice } from "./IDevice"; export { IDevice }; export { DevicesEndpoint } from "./DevicesEndpoint"; export declare function getDeviceId(device: number | IDevice): number;