From 79bf7362010777252829bf83b9513529b5f22ecf Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 28 May 2020 18:36:36 +0200 Subject: [PATCH] commented signal-r method to review... --- Thermo.Active/Controllers/WebApi/RecipeController.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Thermo.Active/Controllers/WebApi/RecipeController.cs b/Thermo.Active/Controllers/WebApi/RecipeController.cs index c3860ab7..5b89d2e8 100644 --- a/Thermo.Active/Controllers/WebApi/RecipeController.cs +++ b/Thermo.Active/Controllers/WebApi/RecipeController.cs @@ -43,7 +43,8 @@ namespace Thermo.Active.Controllers.WebApi return Ok(currentRecipe); } } - + +#if false [Route("param/{paramName:string}/value/{SetpointHMI:double}"), HttpPut] //[WebApiAuthorize(FunctionAccess = FUNCTIONALITY_NAMES.THERMO_MANAGER, Action = ACTIONS.WRITE)] public IHttpActionResult setParameter(string paramName, double SetpointHMI) @@ -93,6 +94,7 @@ namespace Thermo.Active.Controllers.WebApi return Ok(actRecipe); } - } + } +#endif } } \ No newline at end of file