frequenz-api-common 0.6.2__tar.gz → 0.6.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. {frequenz-api-common-0.6.2/py/frequenz_api_common.egg-info → frequenz-api-common-0.6.4}/PKG-INFO +1 -1
  2. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/RELEASE_NOTES.md +4 -0
  3. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/microgrid.proto +9 -0
  4. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4/py/frequenz_api_common.egg-info}/PKG-INFO +1 -1
  5. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/LICENSE +0 -0
  6. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/MANIFEST.in +0 -0
  7. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/README.md +0 -0
  8. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/components.proto +0 -0
  9. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/location.proto +0 -0
  10. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/metrics/electrical.proto +0 -0
  11. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/metrics.proto +0 -0
  12. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/grid/delivery_area.proto +0 -0
  13. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/grid/delivery_duration.proto +0 -0
  14. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/location.proto +0 -0
  15. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/market/energy.proto +0 -0
  16. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/market/price.proto +0 -0
  17. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/metrics/bounds.proto +0 -0
  18. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/metrics/metric_sample.proto +0 -0
  19. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/battery.proto +0 -0
  20. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/components.proto +0 -0
  21. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/ev_charger.proto +0 -0
  22. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/fuse.proto +0 -0
  23. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/grid.proto +0 -0
  24. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/inverter.proto +0 -0
  25. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/components/transformer.proto +0 -0
  26. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/lifetime.proto +0 -0
  27. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/microgrid/sensors/sensors.proto +0 -0
  28. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/pagination/pagination_info.proto +0 -0
  29. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/pagination/pagination_params.proto +0 -0
  30. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/proto/frequenz/api/common/v1/types/decimal.proto +0 -0
  31. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/conftest.py +0 -0
  32. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/__init__.py +0 -0
  33. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/metrics/__init__.py +0 -0
  34. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/py.typed +0 -0
  35. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/__init__.py +0 -0
  36. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/grid/__init__.py +0 -0
  37. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/market/__init__.py +0 -0
  38. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/metrics/__init__.py +0 -0
  39. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/microgrid/__init__.py +0 -0
  40. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/microgrid/components/__init__.py +0 -0
  41. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/microgrid/sensors/__init__.py +0 -0
  42. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/pagination/__init__.py +0 -0
  43. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz/api/common/v1/types/__init__.py +0 -0
  44. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz_api_common.egg-info/SOURCES.txt +0 -0
  45. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz_api_common.egg-info/dependency_links.txt +0 -0
  46. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz_api_common.egg-info/requires.txt +0 -0
  47. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/py/frequenz_api_common.egg-info/top_level.txt +0 -0
  48. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/pyproject.toml +0 -0
  49. {frequenz-api-common-0.6.2 → frequenz-api-common-0.6.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frequenz-api-common
3
- Version: 0.6.2
3
+ Version: 0.6.4
4
4
  Summary: Frequenz common gRPC API and bindings
5
5
  Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
6
6
  License: MIT
@@ -1,5 +1,9 @@
1
1
  # Frequenz Common API Release Notes
2
2
 
3
+ ## New Features
4
+
5
+ - Added message linking microgrid and sensor IDs.
6
+
3
7
  ## Bug Fixes
4
8
 
5
9
  - Fix a dependency issue by pinning the `grpcio` version and related libraries.
@@ -71,3 +71,12 @@ message MicrogridComponentIDs {
71
71
  // List of component IDs belonging to this microgrid.
72
72
  repeated uint64 component_ids = 2;
73
73
  }
74
+
75
+ /// A message to link sensor IDs with their respective microgrid ID.
76
+ message MicrogridSensorIDs {
77
+ // The ID of the microgrid.
78
+ uint64 microgrid_id = 1;
79
+
80
+ // List of sensor IDs belonging to this microgrid.
81
+ repeated uint64 sensor_ids = 2;
82
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frequenz-api-common
3
- Version: 0.6.2
3
+ Version: 0.6.4
4
4
  Summary: Frequenz common gRPC API and bindings
5
5
  Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
6
6
  License: MIT