Skip to content

Commit

Permalink
set primary to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxlocations committed Sep 6, 2023
1 parent fb5c543 commit a5a6c31
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ export interface LogEvent {
}

export enum ChannelNumber {
PRIMARY = 1,
CHANNEL1 = 2,
CHANNEL2 = 3,
CHANNEL3 = 4,
CHANNEL4 = 5,
CHANNEL5 = 6,
CHANNEL6 = 7,
ADMIN = 8,
PRIMARY = 0,
CHANNEL1 = 1,
CHANNEL2 = 2,
CHANNEL3 = 3,
CHANNEL4 = 4,
CHANNEL5 = 5,
CHANNEL6 = 6,
ADMIN = 7,
}

export type ConnectionType =
Expand Down

0 comments on commit a5a6c31

Please sign in to comment.