cmd-control-client-lib 3.0.196 → 3.0.197

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.
@@ -241,6 +241,7 @@ export declare class CMDP_GETCHANNELS_RESPONSE extends CMDP_GETCHANNELS implemen
241
241
  commands: ICOMMAND[];
242
242
  values: IKeyMaybeValue & {
243
243
  channelCount?: string;
244
+ channelTotal?: string;
244
245
  };
245
246
  }
246
247
  /** synonym, 8320 only */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.196",
4
+ "version": "3.0.197",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },