Skip to content

Commit

Permalink
Add BlackHoleProximityAlert DMX channel
Browse files Browse the repository at this point in the history
  • Loading branch information
nicou committed Jun 21, 2024
1 parent 3c0aefc commit 985955c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dmx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export const CHANNELS = {
DataHubHackingDetected: 257,
DataHubNewsApproved: 258,
DataHubVoteApproved: 259,
BlackHoleProximityAlert: 260,
} as const;

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

0 comments on commit 985955c

Please sign in to comment.