UNPKG

lib-comfoair

Version:

Library to communicate with Zehnder ComfoAirQ ventilation unit through the ComfoControl gateway

14 lines (13 loc) 189 B
/** * Enum for log levels. */ export declare enum LogLevel { NONE = 0, INFO = 1, VERBOSE = 2, DEBUG = 4, WARNING = 8, ERROR = 16, DEFAULT = 25, ALL = 31 }