Skip to content

Commit

Permalink
Merge pull request #55 from OdysseusLarp/airlock-dmx-2024
Browse files Browse the repository at this point in the history
Fix airlock related DMX mappings (and add new "Anthem" manual event)
  • Loading branch information
vyznev authored Jun 28, 2024
2 parents 01aaf9b + 8c1dca1 commit e23d500
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/dmx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,13 @@ export const CHANNELS = {

// Airlock events
__AIRLOCK_EVENTS__: 0,
MainAirlockDoorClose: 190,
MainAirlockDoorOpen: 191,
MainAirlockDoorMalfunction: 192,
MainAirlockDoorLock: 190,
MainAirlockDoorUnlock: 191,
MainAirlockPressurize: 193,
MainAirlockDepressurize: 194,
MainAirlockDepressurizeSlow: 194,
MainAirlockDepressurizeFast: 289,
HangarBayDoorLock: 195,
HangarBayDoorUnlock: 196,
HangarBayDoorMalfunction: 197,
HangarBayPressurize: 198,
HangarBayDepressurize: 199,

__SHIP_NOTIFICATIONS__: 0,
LoraBeaconSignalDecrypted: 250,
Expand Down Expand Up @@ -170,6 +167,7 @@ export const CHANNELS = {
ThermicFusionRegulatorAnnouncement: 334,
StarcallerLaunched: 335,
StarcallerEmp: 336,
Anthem: 337,
} as const;

type Channel = (typeof CHANNELS)[keyof typeof CHANNELS];
Expand Down

0 comments on commit e23d500

Please sign in to comment.