UNPKG

isy-nodejs

Version:

Node.js wrapper for ISY interface including websockets for change notifications. Fork of isy-js by Rod Toll. Designed to be used in a node.js application.

12 lines (9 loc) 208 B
import type { UnitOfMeasure } from '../Definitions/Global/UOM.js'; export interface DriverState { id: string | number; value: any; formatted: string; uom: UnitOfMeasure; prec: number; name: string; }