Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeboxEvo

This class instanciate the proper class to communicate with the Timebox Evo

Hierarchy

  • TimeboxEvo

Index

Methods

Methods

createRequest

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: Object

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns RequestTypes

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "cloud"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns CloudChannel

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "custom"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns CustomChannel

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "lightning"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns LightningChannel

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "scoreboard"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns ScoreBoardChannel

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "time"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns TimeChannel

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "vjeffect" | "vj-effect"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns VJEffectChannel

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "brightness"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns BrightnessCommand

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "temp_weather"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns TempWeatherCommand

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "text"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns DisplayText

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "picture" | "animation"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns DisplayAnimation

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "datetime"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns DateTimeCommand

    the proper class instance

  • Returns an instance of the class required to communicate with the Timebox Evo

    Parameters

    • type: "raw"

      type of request. Can be any of: cloud, custom, lightning, scoreboard, time, vjeffect, brightness, temp_weather, text, picture, animation, datetime, raw

    Returns TimeboxEvoRequest

    the proper class instance

Generated using TypeDoc