Skip to content

Commit 8a6aa2c

Browse files
committed
feat: add new serial reserved joins
1 parent 982bb21 commit 8a6aa2c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/ReservedJoin/Serial/Event/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const SerialEvent = {
2020
Csig_Screensaver_Video_URL: "Csig.Screensaver_Video_URL",
2121

2222
Csig_User_Login_Password: "Csig.User_Login_Password",
23+
24+
Csig_Vnc_Client_Url: "Csig.Vnc_Client_Url",
2325
} as const;
2426

2527
export type SerialEvent = ObjectTypes<typeof SerialEvent>;

src/ReservedJoin/Serial/State/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export const SerialState = {
5555

5656
Csig_Voice_Capture_Result_fb: "Csig.Voice_Capture_Result_fb",
5757
Csig_Windows_build_fb: "Csig.Windows_build_fb",
58+
59+
Csig_Vnc_Client_Url_fb: "Csig.Vnc_Client_Url_fb",
5860
} as const;
5961

6062
export type SerialState = ObjectTypes<typeof SerialState>;

0 commit comments

Comments
 (0)