自恢复和定时 自恢复互斥

This commit is contained in:
kai60 2022-05-21 22:31:45 +08:00
parent 50628a8404
commit 74076baf88
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@ static NSString *cycleTimerflag = @"CycleTimerCell";
BOOL havePlus = [dataArr containsObject:plusflag];
SetTimerModel *timerModel = [[SetTimerModel alloc] init];
timerModel.sendmacId =self.currentdevice.macAddress;
timerModel.selectorNumber=self.lightNumber;
timerModel.resavemacId = self.currentdevice.macAddress;
timerModel.crc16str=@"0000";
XuanduoTimerGroup *group = [dataArr objectAtIndex:(havePlus?index+1:index)];