lifxlan
Version:
TypeScript library for controlling LIFX products over LAN
17 lines • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TileEffectSkyType = exports.TileEffectType = void 0;
exports.TileEffectType = {
OFF: 0,
RESERVED1: 1,
MORPH: 2,
FLAME: 3,
RESERVED2: 4,
SKY: 5,
};
exports.TileEffectSkyType = {
SUNRISE: 0,
SUNSET: 1,
CLOUDS: 2,
};
//# sourceMappingURL=tile.js.map