]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/include/plaqui/server/server.h
- Se agrega una funcion templateada to() para convertir de un tipo de dato
[z.facultad/75.42/plaqui.git] / Server / include / plaqui / server / server.h
index 75fbfdaca53014914cf5b728b5abb1144f01ef7d..b29548350bd3b87449a72295fe65b096195d23e3 100644 (file)
@@ -112,6 +112,16 @@ namespace Server {
                         */
                        HTTPResponse* cmd_plant_list(void);
 
                         */
                        HTTPResponse* cmd_plant_list(void);
 
+                       /**
+                        * Maneja el comando plant/get.
+                        */
+                       HTTPResponse* cmd_plant_get(const Command& command);
+
+                       /**
+                        * Maneja el comando plant/get.
+                        */
+                       HTTPResponse* cmd_plant_set(const Command& command);
+
                        /**
                         * Maneja el comando plant/stop.
                         */
                        /**
                         * Maneja el comando plant/stop.
                         */