@@ -82,7 +82,7 @@ def update_device_shadow(request):
uid_channel_qs = UidChannelSetModel.objects.filter(uid__uid=uid)
if uid_channel_qs.exists():
uid_channel_qs.update(voice_prompt_intelligent_mute=0, voice_prompt_status=0, voice_prompt_enter=0,
- voice_prompt_leave=0)
+ voice_prompt_leave=0, voice_repeat_day=127)
# 删除uid_set数据
UidSetModel.objects.filter(uid=uid).delete()