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
<!-- Here goes a general summary of what this release is about -->
6
+
7
+
## Upgrading
8
+
9
+
* The `TargetComponents` message now accepts an optional `type` too. `.components.component_categories` is no longer just a `ComponentCategory` but a new `CategoryAndType` message that has a required `category` (`ComponentCategory`) and an optional `type` (`oneof BatteryType, EVChargerType, InverterType`).
10
+
3
11
## New Features
4
12
5
-
* Added `start_immediately` to the create RPC.
13
+
- Now specific types of batteries, inverters and EV chargers can be targeted.
14
+
15
+
## Bug Fixes
6
16
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments