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 14, 2019
1 parent f218a8f commit 79a8813
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion smartapps/fison67/mi-connector.src/mi-connector.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Mi Connector (v.0.0.23)
* Mi Connector (v.0.0.24)
*
* MIT License
*
Expand Down Expand Up @@ -493,6 +493,9 @@ def addDevice(){
}else if(params.type == "zhimi.heater.za1"){
dth = "Xiaomi Heater"
name = "Xiaomi Heater"
}else if(params.type == "zhimi.airfresh.va2"){
dth = "Xiaomi Air Fresh"
name = "Xiaomi Air Fresh"
}


Expand Down

0 comments on commit 79a8813

Please sign in to comment.