Skip to content

Commit ae0123e

Browse files
committed
Update with new field
1 parent 6179a92 commit ae0123e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

models/Status.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ properties:
130130
charge_rate:
131131
type: integer
132132
description: The divert charge rate
133+
trigger_current:
134+
type: integer
135+
description: The current at which the divert module will start the charge
133136
available_current:
134137
type: integer
135138
description: The computed avalible current for divert
@@ -141,7 +144,7 @@ properties:
141144
description: The time since the last update of the divert feed
142145
divert_active:
143146
type: boolean
144-
description: '`true` if divert is active, `false` if not'
147+
description: '`true` if divert is actively enabling charging, `false` if not'
145148
ota_update:
146149
type: integer
147150
description: '`1`, if there is an OTA update active, `0` if normal operation'

0 commit comments

Comments
 (0)