Skip to content

Commit

Permalink
server action - missing constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudeROSSI committed May 2, 2023
1 parent 72f9eda commit 6471fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/types/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ export enum ServerAction {
WS_CLIENT_CONNECTION_CLOSE = 'WsClientConnectionClose',
WS_CLIENT_CONNECTION_OPEN = 'WsClientConnectionOpen',
WS_CLIENT_CONNECTION_ERROR = 'WsClientConnectionError',
WS_CLIENT_CONNECTION_PING = 'WsClientConnectionPing',
WS_CLIENT_CONNECTION_PONG = 'WsClientConnectionPong',

NOTIFICATION = 'Notification',
CHARGING_STATION_STATUS_ERROR = 'ChargingStationStatusError',
Expand Down

0 comments on commit 6471fb9

Please sign in to comment.