UNPKG

homebridge-tahoma

Version:

Sample Platform plugin for TaHoma and Cozytouch services (Somfy,Atlantic,Thermor,Sauter): https://github.com/dubocr/homebridge-tahoma

21 lines 880 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WHITE = exports.GREY = exports.LIGHT_GREY = exports.CYAN = exports.MAGENTA = exports.BLUE = exports.YELLOW = exports.GREEN = exports.RED = exports.BLACK = exports.HIDDEN = exports.REVERSE = exports.BLINK = exports.UNDERSCORE = exports.DIM = exports.BRIGHT = exports.RESET = void 0; exports.RESET = '\x1b[0m'; exports.BRIGHT = '\x1b[1m'; exports.DIM = '\x1b[2m'; exports.UNDERSCORE = '\x1b[4m'; exports.BLINK = '\x1b[5m'; exports.REVERSE = '\x1b[7m'; exports.HIDDEN = '\x1b[8m'; exports.BLACK = '\x1b[30m'; exports.RED = '\x1b[31m'; exports.GREEN = '\x1b[32m'; exports.YELLOW = '\x1b[33m'; exports.BLUE = '\x1b[34m'; exports.MAGENTA = '\x1b[35m'; exports.CYAN = '\x1b[36m'; exports.LIGHT_GREY = '\x1b[37m'; exports.GREY = '\x1b[90m'; exports.WHITE = '\x1b[97m'; //# sourceMappingURL=colors.js.map