From 0602cbd1f4255e795ee8170fde66691c51c5c6ab Mon Sep 17 00:00:00 2001 From: Cristian Recoseanu Date: Mon, 3 Feb 2025 14:43:43 +0000 Subject: [PATCH] Add autoResetSynchronizationSourceChanges to GetAllProperties --- code/src/NCModel/Features.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/src/NCModel/Features.ts b/code/src/NCModel/Features.ts index 738f8d6..ed36cb8 100644 --- a/code/src/NCModel/Features.ts +++ b/code/src/NCModel/Features.ts @@ -1056,7 +1056,8 @@ export class NcReceiverMonitor extends NcStatusMonitor new NcPropertyValueHolder(new NcPropertyId(4, 8), "synchronizationSourceChanges", "NcUint64", true, this.synchronizationSourceChanges), new NcPropertyValueHolder(new NcPropertyId(4, 9), "streamStatus", "NcStreamStatus", true, this.streamStatus), new NcPropertyValueHolder(new NcPropertyId(4, 10), "streamStatusMessage", "NcString", true, this.streamStatusMessage), - new NcPropertyValueHolder(new NcPropertyId(4, 11), "autoResetPacketCounters", "NcBoolean", false, this.autoResetPacketCounters) + new NcPropertyValueHolder(new NcPropertyId(4, 11), "autoResetPacketCounters", "NcBoolean", false, this.autoResetPacketCounters), + new NcPropertyValueHolder(new NcPropertyId(4, 12), "autoResetSynchronizationSourceChanges", "NcBoolean", false, this.autoResetSynchronizationSourceChanges) ], this.isRebuildable) ];