Skip to content

Commit

Permalink
292 example message has wrong action urn for waveform stream (#333)
Browse files Browse the repository at this point in the history
* Fix incorrect example action.

* Updated change log.

* Tidy for PR
  • Loading branch information
PaulMartinsen authored Nov 13, 2024
1 parent c166523 commit 5b0c972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Each section shall contain a list of action items of the following format: `<bri

## [Unreleased]

### Editorial Fixes
- Fixed action URN in waveform stream example ([#292](https://github.com/IHE/DEV.SDPi/issues/292))

## [1.4.1] - 2024-10-04

### Editorial Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:msg="http://standards.ieee.org/downloads/11073/11073-10207-2017/message"
xmlns:wsa="http://www.w3.org/2005/08/addressing">
<s12:Header>
<wsa:Action>http://standards.ieee.org/downloads/11073/11073-20701-2018/StateEventService/WaveformStream</wsa:Action>
<wsa:Action>http://standards.ieee.org/downloads/11073/11073-20701-2018/WaveformService/WaveformStream</wsa:Action>
<wsa:MessageID><!-- ... --></wsa:MessageID>
<wsa:To><!-- ... --></wsa:To>
</s12:Header>
Expand Down

0 comments on commit 5b0c972

Please sign in to comment.