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.

9 lines (7 loc) 248 B
import type { Family } from '../../Definitions/Global/Families.js'; import { ISYNode } from '../../ISYNode.js'; export class Base<D extends ISYNode.DriverSignatures, C extends ISYNode.CommandSignatures> extends ISYNode< Family.Scene, D, C > {}