Skip to content

Commit 83fb92e

Browse files
authored
fix: correct capitalization and grammatical errors (#34)
* fix: correct capitalization and grammatical errors Signed-off-by: Moritz Barsnick <[email protected]> --------- Signed-off-by: Moritz Barsnick <[email protected]>
1 parent 9d1e1a4 commit 83fb92e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/source/firmware.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to EVerest-based charging stack:
6161
When updating from chargebyte's proprietary charging stack to this EVerest-based charging stack,
6262
the configuration files (e.g. the :code:`"/etc/secc/customer.json"`) are not preserved and you
6363
start with a basic, default EVerest configuration.
64-
It is therefore inevitable that Everest must be reconfigured after starting the board.
64+
It is therefore inevitable that EVerest must be reconfigured after starting the board.
6565
In the worst case EVerest stack does not start up correctly. Also note, that the return path from
6666
EVerest to chargebyte's proprietary charging stack (when doing a firmware update) is affected:
6767
since the EVerest configuration files differ significantly from chargebyte's proprietary ones,

includes/cb_energy.inc

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Features like generating charging session report and the energy management are c
2626
from chargebyte GmbH. For more information have a look `on our website <https://chargebyte.com/software/energy-manager>`_.
2727

2828

29-
Both parts have to be in the same network. In order to monitor and control the wallboxes, the Everest charging stack is needed. The Everest stack provides an API module, that is used by CB Energy either on localhost (on the same hardware) or to access other instances in the same local network.
29+
Both parts have to be in the same network. In order to monitor and control the wallboxes, the EVerest charging stack is needed. The EVerest stack provides an API module, that is used by CB Energy either on localhost (on the same hardware) or to access other instances in the same local network.
3030

31-
Note: This documentation is a quick start to get the nymea ecosystem running as fast as possible with Everest charging stack. If you are testing CB Energy on one of chargebyte's Linux controllers, both EVerest and CB Energy are preinstalled in the latest firmware images. A more detailed documentation can be found `on the nymea website <https://nymea.io>`_.
31+
Note: This documentation is a quick start to get the nymea ecosystem running as fast as possible with EVerest charging stack. If you are testing CB Energy on one of chargebyte's Linux controllers, both EVerest and CB Energy are preinstalled in the latest firmware images. A more detailed documentation can be found `on the nymea website <https://nymea.io>`_.
3232

3333
.. important::
3434
The `API module <https://github.com/EVerest/everest-core/tree/main/modules/API>`_ must be installed and active in the EVerest configuration.
@@ -65,7 +65,7 @@ The CB energy app can be installed from the official stores.
6565
Setup and configuration
6666
=======================
6767

68-
On a chargebyte controller, the nymea Daemon will start automatically, together with the Everest stack while the system is booting up.
68+
On a chargebyte controller, the nymea daemon will start automatically, together with the EVerest stack while the system is booting up.
6969
Once the services are running the app will be able to detect the instance automatically on localhost or in the local network.
7070

7171

@@ -74,7 +74,7 @@ Once the services are running the app will be able to detect the instance automa
7474
Client discovery
7575
================
7676

77-
The CB energy App (client) automatically discovers available instances (servers) in your local network. Please make sure to allow the Smartphone App to have access to your local network devices after installing it.
77+
The CB energy app (client) automatically discovers available instances (servers) in your local network. Please make sure to allow the smartphone app to have access to your local network devices after installing it.
7878

7979
.. figure:: ../../includes/_static/images/cbenergy/discover.png
8080
:height: 600px

includes/development.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Creating a Development Image
109109
============================
110110

111111
In order to build the custom image, follow the section "`Building an image <https://github.com/chargebyte/chargebyte-bsp/tree/kirkstone-everest/README.md#user-content-build>`_"
112-
found in "chargebyte-bsp" repository which produces a Linux root filesystem. This can be either
112+
found in the "chargebyte-bsp" repository which produces a Linux root filesystem. This can be either
113113
`flashed <https://github.com/chargebyte/chargebyte-bsp/tree/kirkstone-everest/README.md#user-content-flash>`_
114114
directly, or used to `create a firmware image using RAUC <https://github.com/chargebyte/chargebyte-bsp/tree/kirkstone-everest/README.md#user-content-flash>`_.
115115

includes/everest_overview_of_everest_modules.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ actual RFID reader. It listens to the AuthRequired event from evse_manager modul
3535

3636
**DummyTokenValidator** (`view on GitHub <https://github.com/EVerest/everest-core/tree/main/modules/DummyTokenValidator>`__)
3737

38-
This module always returning the same configured token validation result for every token. The
38+
This module always returns the same configured token validation result for every token. The
3939
validation result is a configuration key in the manifest of the module.
4040

4141
**CbSystem** (`view on GitHub <https://github.com/chargebyte/everest-chargebyte/tree/main/modules/CbSystem>`__)
@@ -57,4 +57,4 @@ This module implements and integrates OCPP 2.0.1 support within EVerest.
5757
5858
**AuthListValidator**
5959
60-
This module validating if an incoming token exists in a in a predefined list of authorized tokens.
60+
This module validates if an incoming token exists in a predefined list of authorized tokens.

0 commit comments

Comments
 (0)