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.

13 lines (12 loc) 193 B
export enum ThemostatMode { Off = 0, Auto = 1, Reserved = 2, Cool = 3, Heat = 4, EmergencyHeating = 5, Precooling = 6, FanOnly = 7, Dry = 8, Sleep = 9 }