UNPKG

homebridge-bond

Version:

A homebridge plugin to control your Bond devices over the v2 API.

31 lines (30 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Action = void 0; var Action; (function (Action) { Action["ToggleLight"] = "ToggleLight"; Action["ToggleUpLight"] = "ToggleUpLight"; Action["ToggleDownLight"] = "ToggleDownLight"; Action["TurnOff"] = "TurnOff"; Action["TurnOn"] = "TurnOn"; Action["StartDimmer"] = "StartDimmer"; Action["StartUpLightDimmer"] = "StartUpLightDimmer"; Action["StartDownLightDimmer"] = "StartDownLightDimmer"; Action["StartIncreasingBrightness"] = "StartIncreasingBrightness"; Action["StartDecreasingBrightness"] = "StartDecreasingBrightness"; Action["Stop"] = "Stop"; Action["SetBrightness"] = "SetBrightness"; Action["SetSpeed"] = "SetSpeed"; Action["IncreaseSpeed"] = "IncreaseSpeed"; Action["DecreaseSpeed"] = "DecreaseSpeed"; Action["ToggleDirection"] = "ToggleDirection"; Action["TogglePower"] = "TogglePower"; Action["ToggleOpen"] = "ToggleOpen"; Action["TurnLightOff"] = "TurnLightOff"; Action["Open"] = "Open"; Action["Close"] = "Close"; Action["Preset"] = "Preset"; Action["SetFlame"] = "SetFlame"; Action["SetPosition"] = "SetPosition"; })(Action = exports.Action || (exports.Action = {}));