X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/6f70c17ffefd6150b68ac0f64a8116e730437408..9317ed8f3f8241a30fd09b6800ff96b2ac138747:/Server/include/plaqui/server/server.h diff --git a/Server/include/plaqui/server/server.h b/Server/include/plaqui/server/server.h index 0e5fe2b..611ac23 100644 --- a/Server/include/plaqui/server/server.h +++ b/Server/include/plaqui/server/server.h @@ -121,15 +121,30 @@ namespace Server { 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: /**