HTTPResponse* cmd_plant_get(const Command& command);
/**
- * Maneja el comando plant/get.
+ * Maneja el comando plant/set.
*/
HTTPResponse* cmd_plant_set(const Command& command);
+ /**
+ * Maneja el comando plant/set_frequency.
+ */
+ HTTPResponse* cmd_plant_set_frequency(const Command& command);
+
+ /**
+ * Maneja el comando plant/start.
+ */
+ HTTPResponse* cmd_plant_start(const Command& command);
+
/**
* Maneja el comando plant/stop.
*/
HTTPResponse* cmd_plant_stop(const Command& command);
+ /**
+ * Maneja el comando plant/remove.
+ */
+ HTTPResponse* cmd_plant_remove(const Command& command);
+
public:
/**