You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused JUNCTION and LOAD component categories (#467)
These component categories are deprecated, and are no longer used in
production, and have been removed from the microgrid API v0.15.1, which
we will update to soon.
This PR also fixes a protobuf generated type getting leaked outside the
MicrogridClient.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@
24
24
capacity: float= soc_sample.value.as_watt_hours()
25
25
```
26
26
27
+
-`MicrogridApiClient.set_power` no longer returns a `protobuf.Empty` result, but a `None`. This won't affect you unless you are using the low level APIs of the SDK.
28
+
27
29
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
0 commit comments