cmd-control-client-lib 3.0.120 → 3.0.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -73,7 +73,7 @@ export declare class CMDP_SGETGROUPCHANNELS_RESPONSE extends CMDP_SGETGROUPCHANN
|
|
|
73
73
|
}
|
|
74
74
|
export declare class CMDP_SGETCHANNELGROUPS implements ICOMMAND {
|
|
75
75
|
action: ACTION;
|
|
76
|
-
params: baseParamsType & channelIdType;
|
|
76
|
+
params: baseParamsType & (channelIdType | groupIdType);
|
|
77
77
|
}
|
|
78
78
|
export declare class CMDP_SGETCHANNELGROUPS_RESPONSE extends CMDP_SGETCHANNELGROUPS implements IRESPONSE {
|
|
79
79
|
result: RESULT;
|