自恢复和定时 自恢复互斥
This commit is contained in:
parent
50628a8404
commit
74076baf88
|
|
@ -571,6 +571,7 @@ static NSString *cycleTimerflag = @"CycleTimerCell";
|
||||||
BOOL havePlus = [dataArr containsObject:plusflag];
|
BOOL havePlus = [dataArr containsObject:plusflag];
|
||||||
SetTimerModel *timerModel = [[SetTimerModel alloc] init];
|
SetTimerModel *timerModel = [[SetTimerModel alloc] init];
|
||||||
timerModel.sendmacId =self.currentdevice.macAddress;
|
timerModel.sendmacId =self.currentdevice.macAddress;
|
||||||
|
timerModel.selectorNumber=self.lightNumber;
|
||||||
timerModel.resavemacId = self.currentdevice.macAddress;
|
timerModel.resavemacId = self.currentdevice.macAddress;
|
||||||
timerModel.crc16str=@"0000";
|
timerModel.crc16str=@"0000";
|
||||||
XuanduoTimerGroup *group = [dataArr objectAtIndex:(havePlus?index+1:index)];
|
XuanduoTimerGroup *group = [dataArr objectAtIndex:(havePlus?index+1:index)];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue