Skip to content

Commit

Permalink
Add autoResetSynchronizationSourceChanges to GetAllProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-recoseanu committed Feb 3, 2025
1 parent 29db311 commit 0602cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/src/NCModel/Features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
];

Expand Down

0 comments on commit 0602cbd

Please sign in to comment.