File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -478,11 +478,11 @@ paths:
478
478
summary : If SoC is available => specify SoC in %
479
479
socNotAvailable :
480
480
value : 2500
481
- summary : If SoC is not available => specify power in Watt
481
+ summary : If SoC is not available => specify energy in kWh
482
482
schema :
483
483
anyOf :
484
484
- $ref : " #/components/schemas/Soc"
485
- - $ref : " #/components/schemas/Power "
485
+ - $ref : " #/components/schemas/Energy "
486
486
- name : type
487
487
in : path
488
488
required : true
@@ -1157,7 +1157,7 @@ components:
1157
1157
power :
1158
1158
$ref : " #/components/schemas/Power"
1159
1159
Power :
1160
- description : Power in Watts
1160
+ description : Power in W
1161
1161
type : number
1162
1162
minimum : 0
1163
1163
example : 2500
@@ -1381,7 +1381,7 @@ components:
1381
1381
$ref : " #/components/schemas/Current"
1382
1382
power :
1383
1383
name : power
1384
- description : Power in Watts
1384
+ description : Power in W
1385
1385
in : path
1386
1386
required : true
1387
1387
schema :
@@ -1395,7 +1395,7 @@ components:
1395
1395
$ref : " #/components/schemas/Energy"
1396
1396
threshold :
1397
1397
name : threshold
1398
- description : Power in Watts
1398
+ description : Power in W
1399
1399
in : path
1400
1400
required : true
1401
1401
schema :
You can’t perform that action at this time.
0 commit comments