Skip to content

Commit

Permalink
Update stat producerId documentation (#64)
Browse files Browse the repository at this point in the history
## Description

Align the `producerId` description with the `Data` one, since they are
the same.

## Changes Made

Align the `producerId` description with the `Data` one, since they are
the same.

## Related Issues

N/A

## Checklist

- [ ] I have used a PR title that is descriptive enough for a release
note.
- [ ] I have tested these changes locally.
- [ ] I have added appropriate tests or updated existing tests.
- [ ] I have tested these changes on a dedicated VM or a customer VM
[name of the VM]
- [x] I have added appropriate documentation or updated existing
documentation.

---------

Co-authored-by: Bot <[email protected]>
Co-authored-by: AntoineChalons <[email protected]>
  • Loading branch information
3 people authored Jun 24, 2024
1 parent 4d10895 commit e9954eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# ProtoBuf Release Notes

## 0.0.7-dev - 2024-06-19
## 0.0.7-dev - 2024-06-24

### Documentation

- Update stat producerId documentation (PR #64 by @hiimjako)

### Dependencies

Expand Down
4 changes: 2 additions & 2 deletions docs/stat.proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ direction LR
%% A Stat of PMU data, check IEEE C37.118 standard for more details.
%% Headers used in rabbitMQ:
%% * `id` (string): id of the `Stat` message.
%% * `producerId` (string): the id of the PMU linked to the Stat.
%% * `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
%% * `timestampId` (int64): related measurement Unix msec timestamp (if any)
%%
Expand All @@ -56,7 +56,7 @@ class Stat {
A Stat of PMU data, check IEEE C37.118 standard for more details.
Headers used in rabbitMQ:
* `id` (string): id of the `Stat` message.
* `producerId` (string): the id of the PMU linked to the Stat.
* `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
* `timestampId` (int64): related measurement Unix msec timestamp (if any)


Expand Down
2 changes: 1 addition & 1 deletion zaphiro/c37118/v1/stat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option go_package = "./c37118/v1";
/* A Stat of PMU data, check IEEE C37.118 standard for more details.
Headers used in rabbitMQ:
* `id` (string): id of the `Stat` message.
* `producerId` (string): the id of the PMU linked to the Stat.
* `producerId` (string): the id of the producer (e.g. a PMU) linked to the dataset.
* `timestampId` (int64): related measurement Unix msec timestamp (if any)
*/

Expand Down

0 comments on commit e9954eb

Please sign in to comment.