Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typos in CX section for v1.14.0 #221

Merged
merged 1 commit into from
Nov 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/includes/cx_standards/data_language
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Note that the data language standards for the energy sector are currently consid
<td>energy:electricity.servicepoints.detail:read</td>
</tr>
<tr>
<td><strong>Electricity connection and meter</strong> &dagger;</td>
<td><strong>Electricity connection and meter</strong> &Dagger;</td>
<td>National Meter Identifier (NMI);<br>Supply address;<br>Customer type;<br>Connection point details;<br>Meter details;<br>Associated service providers;</td>
<td>energy:electricity.servicepoints.detail:read</td>
</tr>
Expand All @@ -311,7 +311,7 @@ Note that the data language standards for the energy sector are currently consid
</thead><tbody>
<tr>
<td><strong>Energy generation and storage</strong></td>
<td>Generation information;<br>Generation or storage device type ;<br>Device characteristics;<br>Devices that can operate without the grid;<br>Energy conversion information;</td>
<td>Generation information;<br>Generation or storage device type;<br>Device characteristics;<br>Devices that can operate without the grid;<br>Energy conversion information;</td>
<td>energy:electricity.der:read</td>
</tr>
</tbody></table>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ <h3 id='nmi-standing-data'>NMI Standing Data</h3>
<td>energy:electricity.servicepoints.detail:read</td>
</tr>
<tr>
<td><strong>Electricity connection and meter</strong> &dagger;</td>
<td><strong>Electricity connection and meter</strong> &Dagger;</td>
<td>National Meter Identifier (NMI);<br>Supply address;<br>Customer type;<br>Connection point details;<br>Meter details;<br>Associated service providers;</td>
<td>energy:electricity.servicepoints.detail:read</td>
</tr>
Expand All @@ -2737,7 +2737,7 @@ <h3 id='distributed-energy-resources-der'>Distributed Energy Resources (DER)</h3
</thead><tbody>
<tr>
<td><strong>Energy generation and storage</strong></td>
<td>Generation information;<br>Generation or storage device type ;<br>Device characteristics;<br>Devices that can operate without the grid;<br>Energy conversion information;</td>
<td>Generation information;<br>Generation or storage device type;<br>Device characteristics;<br>Devices that can operate without the grid;<br>Energy conversion information;</td>
<td>energy:electricity.der:read</td>
</tr>
</tbody></table>
Expand Down
4 changes: 2 additions & 2 deletions slate/source/includes/cx_standards/data_language.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ See below for the data language standards for the NMI standing data scopes:
|----------------------|------------------------------|-------------------|
|**Electricity connection**|National Meter Identifier (NMI);<br>Customer type;<br>Connection point details;|energy:electricity.servicepoints.basic:read|
|**Electricity meter**|Supply address;<br>Meter details;<br>Associated service providers;|energy:electricity.servicepoints.detail:read|
|**Electricity connection and meter** &dagger;|National Meter Identifier (NMI);<br>Supply address;<br>Customer type;<br>Connection point details;<br>Meter details;<br>Associated service providers;|energy:electricity.servicepoints.detail:read|
|**Electricity connection and meter** &Dagger;|National Meter Identifier (NMI);<br>Supply address;<br>Customer type;<br>Connection point details;<br>Meter details;<br>Associated service providers;|energy:electricity.servicepoints.detail:read|

### Distributed Energy Resources (DER)
See below for the data language standards for the Distributed Energy Resources (DER) scope:

|Data cluster language|Permission language|Authorisation Scopes|
|----------------------|------------------------------|-------------------|
|**Energy generation and storage**|Generation information;<br>Generation or storage device type ;<br>Device characteristics;<br>Devices that can operate without the grid;<br>Energy conversion information;|energy:electricity.der:read|
|**Energy generation and storage**|Generation information;<br>Generation or storage device type;<br>Device characteristics;<br>Devices that can operate without the grid;<br>Energy conversion information;|energy:electricity.der:read|

### Electricity Usage
See below for the data language standards for the electricity usage scope:
Expand Down