修改松诺柜灯不能调节的问题
This commit is contained in:
+2
-2
@@ -270,7 +270,7 @@
|
||||
self.airPumpName = textLbl;
|
||||
}else if (i==1){
|
||||
|
||||
// self.nuoGuiDengBtn = self.button;
|
||||
self.nuoGuiDengBtn = self.button;
|
||||
self.guiDengName = textLbl;
|
||||
}else if (i==2){
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
{
|
||||
|
||||
btn.userInteractionEnabled=YES;
|
||||
[btn setImage:[UIImage imageNamed:@"PFkilLlight_on.png"] forState:UIControlStateSelected];
|
||||
[btn setImage:[UIImage imageNamed:@"PFkilLlight_on.png"] forState:UIControlStateNormal];
|
||||
lightModel.lightNumber=@"05";//
|
||||
|
||||
NSString*switchString2=[NSString stringWithFormat:@"%@%@%@%@",switchString1,lightModel.lightNumber,lightModel.switchBtn,lightModel.crc16Str];
|
||||
|
||||
Reference in New Issue
Block a user