Skip to content

Commit

Permalink
Update mi-connector.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
fison67 committed Jun 11, 2019
1 parent 8a56323 commit 83ddb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartapps/fison67/mi-connector.src/mi-connector.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def addDevice(){
}else if(params.type == "shuii.humidifier.jsq001"){
dth = "Xiaomi Humidifier 3";
name = "Xiaomi Humidifier 3";
}else if(params.type == "zhimi.fan.v1" || params.type == "zhimi.fan.v2" || params.type == "zhimi.fan.v3" || params.type == "zhimi.fan.sa1" || params.type == "zhimi.fan.za1" || params.type == "zhimi.fan.za4"){
}else if(params.type == "zhimi.fan.v1" || params.type == "zhimi.fan.v2" || params.type == "zhimi.fan.v3" || params.type == "zhimi.fan.sa1" || params.type == "zhimi.fan.za1" || params.type == "zhimi.fan.za3" || params.type == "zhimi.fan.za4" || params.type == "dmaker.fan.p5"){
dth = "Xiaomi Fan";
name = "Xiaomi Fan";
}else if(params.type == "yeelink.light.color1" || params.type == "yeelink.light.color2" || params.type == "yeelink.light.bslamp1" || params.type == "yeelink.light.bslamp2"){
Expand Down

0 comments on commit 83ddb97

Please sign in to comment.