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