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.

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