Skip to content

Commit f4657ed

Browse files
committed
Update API types
1 parent 38e6d76 commit f4657ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ui/gen/api.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2061,6 +2061,9 @@ export interface components {
20612061
InverterConfiguration: {
20622062
/** @enum {string} */
20632063
type: "disconnect";
2064+
} | {
2065+
/** @enum {string} */
2066+
type: "deenergize";
20642067
} | {
20652068
/** Format: double */
20662069
targetSolarPowerRatio: number;

0 commit comments

Comments
 (0)