Skip to content
Snippets Groups Projects
Commit ac19f03c authored by Carlo Guarnieri Calo' Carducci's avatar Carlo Guarnieri Calo' Carducci
Browse files

docs: update factory commands

parent 19d2b89a
Branches
Tags
No related merge requests found
......@@ -65,6 +65,9 @@ flowchart TD
- Light
- Format: `light|<val>`
- Description: Set light intensity to **val** [0.0 to 1.0]
- Load
- Format: `load|<val>`
- Description: Set workload intensity to **val** [0.0 to 1.0]
### WEB PAGE
[<img src="docs/web_page.png" width="111" height="200">](docs/web_page.png)
......
......@@ -97,11 +97,6 @@ static const char mqtt_topic_pub[] = "/legos/factory";
static const char mqtt_topic_sub[] = "/legos/factory/cmd";
/**
* @brief Entity HTML webpage
*/
static const char html_webpage[] = "";
#ifdef __cplusplus
extern "C" {
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment