Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeChannel

Hierarchy

Index

Constructors

constructor

Properties

Private _PACKAGE_PREFIX

_PACKAGE_PREFIX: string = "450001"

Private _color

_color: string

Accessors

color

  • get color(): string | RGB | RGBA | HSL | HSLA | HSV | HSVA | TinyColor
  • set color(color: ColorInput): void

messages

showCalendar

  • get showCalendar(): boolean
  • set showCalendar(bool: boolean): void

showTemp

  • get showTemp(): boolean
  • set showTemp(bool: boolean): void

showTime

  • get showTime(): boolean
  • set showTime(bool: boolean): void

showWeather

  • get showWeather(): boolean
  • set showWeather(bool: boolean): void

type

Methods

Private _updateMessage

  • _updateMessage(): void
  • Updates the message queue based on the parameters used

    Returns void

clear

  • clear(): void

push

  • push(msg: string): number
  • This queues a message in the message queue

    Parameters

    • msg: string

      the message to append in the message queue

    Returns number

    the length of the message queue

Object literals

Private _opts

_opts: object

showCalendar

showCalendar: false = false

showTemp

showTemp: false = false

showTime

showTime: true = true

showWeather

showWeather: false = false

type

type: FullScreen = TimeDisplayType.FullScreen

Generated using TypeDoc