We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982bb21 commit 8a6aa2cCopy full SHA for 8a6aa2c
2 files changed
src/ReservedJoin/Serial/Event/index.ts
@@ -20,6 +20,8 @@ export const SerialEvent = {
20
Csig_Screensaver_Video_URL: "Csig.Screensaver_Video_URL",
21
22
Csig_User_Login_Password: "Csig.User_Login_Password",
23
+
24
+ Csig_Vnc_Client_Url: "Csig.Vnc_Client_Url",
25
} as const;
26
27
export type SerialEvent = ObjectTypes<typeof SerialEvent>;
src/ReservedJoin/Serial/State/index.ts
@@ -55,6 +55,8 @@ export const SerialState = {
55
56
Csig_Voice_Capture_Result_fb: "Csig.Voice_Capture_Result_fb",
57
Csig_Windows_build_fb: "Csig.Windows_build_fb",
58
59
+ Csig_Vnc_Client_Url_fb: "Csig.Vnc_Client_Url_fb",
60
61
62
export type SerialState = ObjectTypes<typeof SerialState>;
0 commit comments