UNPKG

lifxlan

Version:

TypeScript library for controlling LIFX products over LAN

20 lines 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MultiZoneExtendedApplicationRequest = exports.MultiZoneEffectType = exports.MultiZoneApplicationRequest = void 0; exports.MultiZoneApplicationRequest = { NO_APPLY: 0, APPLY: 1, APPLY_ONLY: 2, }; exports.MultiZoneEffectType = { OFF: 0, MOVE: 1, RESERVED1: 2, RESERVED2: 3, }; exports.MultiZoneExtendedApplicationRequest = { NO_APPLY: 0, APPLY: 1, APPLY_ONLY: 2, }; //# sourceMappingURL=multizone.js.map