*/
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.
*/
*
* \param port Puerto en el cual escuchar.
*/
- Server(int port = 7522);
+ Server(const std::string& plant_filename,
+ const Connection::Port& port = 7522);
/**
* Maneja los comandos recibidos por las conexiones.