From d54ee124412670a526106506b3723635d0c0dde8 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 9 Jan 2021 18:05:54 +0100 Subject: [PATCH] add missing Response to SetPv --- tasmota/xdrv_49_pid.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_49_pid.ino b/tasmota/xdrv_49_pid.ino index 9d851b285..e44a7e6f1 100644 --- a/tasmota/xdrv_49_pid.ino +++ b/tasmota/xdrv_49_pid.ino @@ -266,6 +266,7 @@ void CmndSetPv(void) { // this runs it at the next second Pid.run_pid_now = true; } + ResponseCmndNumber(atof(XdrvMailbox.data)); } void CmndSetSp(void) {