diff --git a/tasmota/xdrv_16_tuyamcu.ino b/tasmota/xdrv_16_tuyamcu.ino index d2ccaef66..f34c56af2 100644 --- a/tasmota/xdrv_16_tuyamcu.ino +++ b/tasmota/xdrv_16_tuyamcu.ino @@ -787,6 +787,8 @@ void TuyaProcessStatePacket(void) { } else { if (fnId > 74) { res = 0; + } else if (fnId > 72) { + res = Settings.flag2.humidity_resolution; } else if (fnId == 72) { res = Settings.mbflag2.temperature_set_res; } else {