mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 07:06:20 +01:00
feat: text review
This commit is contained in:
@@ -1455,8 +1455,8 @@ theme = "doc-theme"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Pymesh Integration"
|
||||
url = "/pybytes/pymeshIntegration/"
|
||||
identifier = "pybytes@pymeshIntegration"
|
||||
url = "/pybytes/pymeshintegration/"
|
||||
identifier = "pybytes@pymeshintegration"
|
||||
parent = "pybytes"
|
||||
weight = 90
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ This documentation is a quick introduction to the new Pymesh integration feature
|
||||
|
||||
The Pymesh integration is here to help Pymesh firmware deployment and to monitor Pymesh node's health.
|
||||
|
||||
[**Pymesh Provisioning**](/pybytes/pymesh/provisioning)
|
||||
[**Pymesh Provisioning**](/pybytes/pymeshintegration/provisioning)
|
||||
|
||||
[**Pymesh Monitoring**](/pybytes/pymesh/monitoring)
|
||||
[**Pymesh Monitoring**](/pybytes/pymeshintegration/monitoring)
|
||||
|
||||
@@ -14,4 +14,4 @@ If the user clicks on the devices and go to the **Signal** interface, the user c
|
||||
|
||||

|
||||
|
||||
To illustrate the Pymesh Provisioning, check [**Pymesh Provisioning**](/pybytes/pymesh/provisioning)
|
||||
To illustrate the Pymesh Provisioning, check [**Pymesh Provisioning**](/pybytes/pymeshintegration/provisioning)
|
||||
|
||||
@@ -11,7 +11,7 @@ In the screen below there are 2 previously set up projects. Let's go first with
|
||||
|
||||
Is possible to create one Pymesh per project.
|
||||
|
||||
Once clicking on Create Pymesh button, we are going to be guided through a wizard, where we are going to set up the new Pymesh in 4 steps.
|
||||
Once clicking on **Create Pymesh** button, the user will be guided through a wizard, where will be guided to set up the new Pymesh in 4 steps.
|
||||
|
||||

|
||||
|
||||
@@ -31,7 +31,7 @@ All devices eligible to be part of a Pymesh, will be under this list. The user s
|
||||
|
||||
#### The third step is the Pymesh Settings.
|
||||
|
||||
All parameters are filled with default values, if you need to change it, it's possible.
|
||||
All parameters are filled with default values, if the user needs to change it, it's possible.
|
||||
|
||||
If all the parameters are ok, the user should generate the join-key, and go ahead.
|
||||
|
||||
@@ -49,9 +49,9 @@ Here the user can check if all information is correct. If everything is fine, th
|
||||
|
||||
### And here is the Pymesh.
|
||||
|
||||
On this interface, the user can add or remove devices from the Pymesh, we also can go to configuration, and change the Pymesh settings if it is necessary.
|
||||
On this interface, the user can add or remove devices from the Pymesh. The user can also go to configuration, and change the Pymesh settings if it is necessary.
|
||||
|
||||
To deploy the Pymesh Settings and Pymesh Firmware into the devices, let's click on the **Deploy Pymesh** button.
|
||||
To deploy the Pymesh Settings and Pymesh Firmware into the devices, click on the **Deploy Pymesh** button.
|
||||
|
||||

|
||||
|
||||
@@ -63,4 +63,4 @@ Now the device is properly configured with the Pymesh settings and Pymesh firmwa
|
||||
|
||||
All the user needs to do is implement their own script on the well-know **main.py** file.
|
||||
|
||||
To illustrate the Pymesh behavior, check [**Pymesh Monitoring**](/pybytes/pymesh/monitoring)
|
||||
To illustrate the Pymesh behavior, check [**Pymesh Monitoring**](/pybytes/pymeshintegration/monitoring)
|
||||
|
||||
Reference in New Issue
Block a user