frequenz-floss / frequenz-api-common

Shared protobuf definitions and Python bindings for Frequenz APIs
https://frequenz-floss.github.io/frequenz-api-common/
MIT License
1 stars 11 forks source link

Fix doc examples for `SensorData` and `ComponentData` #150

Closed thea-leake closed 9 months ago

thea-leake commented 9 months ago

SensorData docs currently reflect components/ComponentData, and ComponentData states were missing warnings field contained in just ComponentState.

PR corrects contained examples in documentation, they now correctly reflect their respective components.