UNPKG

homebridge-tahoma

Version:

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

18 lines 770 B
export declare const RESET = "\u001B[0m"; export declare const BRIGHT = "\u001B[1m"; export declare const DIM = "\u001B[2m"; export declare const UNDERSCORE = "\u001B[4m"; export declare const BLINK = "\u001B[5m"; export declare const REVERSE = "\u001B[7m"; export declare const HIDDEN = "\u001B[8m"; export declare const BLACK = "\u001B[30m"; export declare const RED = "\u001B[31m"; export declare const GREEN = "\u001B[32m"; export declare const YELLOW = "\u001B[33m"; export declare const BLUE = "\u001B[34m"; export declare const MAGENTA = "\u001B[35m"; export declare const CYAN = "\u001B[36m"; export declare const LIGHT_GREY = "\u001B[37m"; export declare const GREY = "\u001B[90m"; export declare const WHITE = "\u001B[97m"; //# sourceMappingURL=colors.d.ts.map