diff --git a/components/factory/factory.md b/components/factory/factory.md index 78cdcd980204a94ffc51f9eade621db324f6f644..ea49744e8b7ad5fde1096c42298b6d346840a4a7 100644 --- a/components/factory/factory.md +++ b/components/factory/factory.md @@ -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) diff --git a/components/factory/include/factory.h b/components/factory/include/factory.h index d37a427e74d4be4156e57a55d1af966b681090b9..b631750ff42feef84af3ac8731d033b4ba666a74 100644 --- a/components/factory/include/factory.h +++ b/components/factory/include/factory.h @@ -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