Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TempWeatherCommand

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Object literals

Constructors

constructor

Properties

Private _PACKAGE_PREFIX

_PACKAGE_PREFIX: string = "5F"

Accessors

messages

temperature

  • get temperature(): number
  • set temperature(temp: number): void

weather

Methods

Private _updateMessage

  • _updateMessage(): 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

temperature

temperature: number = 0

weather

weather: Clear = TIMEBOX_CONST.WeatherType.Clear

Generated using TypeDoc