语音控制 调光的时候,只有开的灯才会调。

This commit is contained in:
2025-12-24 19:41:55 +08:00
parent 53cb2e9239
commit b575adb844
8 changed files with 68 additions and 12 deletions

View File

@@ -367,7 +367,7 @@ namespace CommonEntity
if (!string.IsNullOrEmpty(HOSTNUMBER))
{
string CleanTrigger = CacheKey.CleanFCS_TriggerCount + "_" + HOSTNUMBER;
CSRedisCacheHelper.Set_PartitionWithTime<int>(CleanTrigger, 1, 3);
CSRedisCacheHelper.Set_PartitionWithTime<int>(CleanTrigger, 1, 1);
}
}
}