From 4bcf94013455cd019ea34b3ad2cf7be62a658273 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 28 Sep 2020 12:51:28 +0200 Subject: [PATCH] hub setpoint hmi --- Thermo.Active/wwwroot/src/services/hub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thermo.Active/wwwroot/src/services/hub.ts b/Thermo.Active/wwwroot/src/services/hub.ts index e7ec2536..a1e7aa6f 100644 --- a/Thermo.Active/wwwroot/src/services/hub.ts +++ b/Thermo.Active/wwwroot/src/services/hub.ts @@ -176,7 +176,7 @@ export class Hub { } public static recipeFullData(data) { - recipeActions.setCurrent(store, data, true); + recipeActions.setCurrent(store, data, false); } public static recipeOverData(data) {