Skip to content

Commit

Permalink
Rename synchronizationStatusMessage
Browse files Browse the repository at this point in the history
to externalSynchronizationStatusMessage
  • Loading branch information
cristian-recoseanu committed Jul 18, 2024
1 parent 9699e1f commit 4eece27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Receiver monitors MUST maintain a 1 to 1 relationship between their role and the
[element("4p3")] readonly attribute NcConnectionStatus connectionStatus; // Connection status property
[element("4p4")] readonly attribute NcString? connectionStatusMessage; // Connection status message property
[element("4p5")] readonly attribute NcSynchronizationStatus externalSynchronizationStatus; // External synchronization status property
[element("4p6")] readonly attribute NcString? synchronizationStatusMessage; // Synchronization status message property
[element("4p6")] readonly attribute NcString? externalSynchronizationStatusMessage; // External synchronization status message property
[element("4p7")] readonly attribute NcString? synchronizationSourceId; // Synchronization source id property
[element("4p8")] readonly attribute NcStreamStatus streamStatus; // Stream status property
[element("4p9")] readonly attribute NcString? streamStatusMessage; // Stream status message property
Expand Down
4 changes: 2 additions & 2 deletions monitoring/models/classes/1.2.2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@
"constraints": null
},
{
"description": "Synchronization status message property",
"description": "External synchronization status message property",
"id": {
"level": 4,
"index": 6
},
"name": "synchronizationStatusMessage",
"name": "externalSynchronizationStatusMessage",
"typeName": "NcString",
"isReadOnly": true,
"isNullable": true,
Expand Down

0 comments on commit 4eece27

Please sign in to comment.