UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

18 lines 1.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceStates = exports.SceneModeState = exports.RGBICActiveState = exports.MicModeStateName = exports.DiyModeState = exports.DiyModeStateName = exports.SegmentColorModeStateName = exports.WholeColorModeStateName = void 0; const rgbic_light_modes_1 = require("./rgbic-light.modes"); Object.defineProperty(exports, "DiyModeStateName", { enumerable: true, get: function () { return rgbic_light_modes_1.DiyModeStateName; } }); Object.defineProperty(exports, "DiyModeState", { enumerable: true, get: function () { return rgbic_light_modes_1.DiyModeState; } }); Object.defineProperty(exports, "MicModeStateName", { enumerable: true, get: function () { return rgbic_light_modes_1.MicModeStateName; } }); Object.defineProperty(exports, "SegmentColorModeStateName", { enumerable: true, get: function () { return rgbic_light_modes_1.SegmentColorModeStateName; } }); Object.defineProperty(exports, "WholeColorModeStateName", { enumerable: true, get: function () { return rgbic_light_modes_1.WholeColorModeStateName; } }); Object.defineProperty(exports, "RGBICActiveState", { enumerable: true, get: function () { return rgbic_light_modes_1.RGBICActiveState; } }); Object.defineProperty(exports, "SceneModeState", { enumerable: true, get: function () { return rgbic_light_modes_1.SceneModeState; } }); exports.DeviceStates = [ rgbic_light_modes_1.WholeColorModeStateName, rgbic_light_modes_1.SegmentColorModeStateName, rgbic_light_modes_1.DiyModeStateName, rgbic_light_modes_1.MicModeStateName, ]; //# sourceMappingURL=index.js.map