Skip to content

Commit dee01cb

Browse files
committed
Update RELEASE_NOTES about return type change of the set_power method
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent df54e4b commit dee01cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
capacity: float = soc_sample.value.as_watt_hours()
2525
```
2626

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+
2729
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
2830

2931
## New Features

0 commit comments

Comments
 (0)