Skip to content

Commit

Permalink
Merge pull request #328 from NREL/workplace-charging
Browse files Browse the repository at this point in the history
adding workplace charging to stations API
  • Loading branch information
reger authored Sep 27, 2023
2 parents 35a0237 + c443072 commit c20d271
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
<th class="doc-parameter-name" scope="row">hy_is_retail</th>
<td class="doc-parameter-value">
<div class="doc-parameter-value-field">
<strong>Type:</strong> array
<strong>Type:</strong> boolean
</div>
</td>
<td class="doc-parameter-description">
Expand Down Expand Up @@ -1297,6 +1297,35 @@
<p>Note: This field does not take into account station capacity or other considerations.</p>
</td>
</tr>
<tr>
<th class="doc-parameter-name" scope="row">ev_workplace_charging</th>
<td class="doc-parameter-value">
<div class="doc-parameter-value-field">
<strong>Type:</strong> boolean
</div>
</td>
<td class="doc-parameter-description">
<p>For electric stations, an indication of whether the station is available for employees at a workplace, given as a boolean:</p>
<table border="0" cellpadding="0" cellspacing="0" class="table table-bordered">
<thead>
<tr>
<th scope="col">Value</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">true</th>
<td>The station is at a workplace and primarily used for employee charging.</td>
</tr>
<tr>
<th scope="row">false</th>
<td>The station is not used for employee charging.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

Expand Down
Loading

0 comments on commit c20d271

Please sign in to comment.