lifxlan
Version:
TypeScript library for controlling LIFX products over LAN
20 lines • 815 B
TypeScript
export declare const MultiZoneApplicationRequest: {
readonly NO_APPLY: 0;
readonly APPLY: 1;
readonly APPLY_ONLY: 2;
};
export type MultiZoneApplicationRequest = typeof MultiZoneApplicationRequest[keyof typeof MultiZoneApplicationRequest];
export declare const MultiZoneEffectType: {
readonly OFF: 0;
readonly MOVE: 1;
readonly RESERVED1: 2;
readonly RESERVED2: 3;
};
export type MultiZoneEffectType = typeof MultiZoneEffectType[keyof typeof MultiZoneEffectType];
export declare const MultiZoneExtendedApplicationRequest: {
readonly NO_APPLY: 0;
readonly APPLY: 1;
readonly APPLY_ONLY: 2;
};
export type MultiZoneExtendedApplicationRequest = typeof MultiZoneExtendedApplicationRequest[keyof typeof MultiZoneExtendedApplicationRequest];
//# sourceMappingURL=multizone.d.ts.map