UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

8 lines 227 B
/** Determines which kind of Z-Wave application the driver is communicating with */ export declare enum DriverMode { Unknown = 0, SerialAPI = 1, Bootloader = 2, CLI = 3 } //# sourceMappingURL=DriverMode.d.ts.map