We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c7ee1 commit 2a9d6d4Copy full SHA for 2a9d6d4
api.yml
@@ -54,6 +54,7 @@ paths:
54
rapi_connected: 1
55
amp: 0
56
pilot: 32
57
+ max_current: 32
58
temp1: 282
59
temp2: -2560
60
temp3: -2560
models/Status.yaml
@@ -68,6 +68,9 @@ properties:
68
pilot:
69
type: integer
70
description: 'the pilot value, in amps'
71
+ max_current:
72
+ type: integer
73
+ description: 'the actual max current value defined either by max_current_soft or a running claim'
74
temp:
75
type: number
76
description: 'the derived temperature, in 1/10th °C'
0 commit comments