diff --git a/APPSTORE.md b/APPSTORE.md index f4ffa93..c9976a3 100644 --- a/APPSTORE.md +++ b/APPSTORE.md @@ -42,8 +42,9 @@ For Homey to be able to communicate with devices over the miIO protocol a unique * [ACTIONS] Power on/off, Set speed ## Changelog -### 2017-11-11 -- v2.3.2 +### 2017-11-30 -- v2.3.2 * FIX: added a keep-alive to Yeelight connections to maintain the connection over time +* FIX: fixed pairing wizard for Humidifier and Purifier ### 2017-11-06 -- v2.3.1 * UPDATE: code rewrite for SDK2 diff --git a/app.json b/app.json index 45dcb63..4406a95 100644 --- a/app.json +++ b/app.json @@ -18,11 +18,13 @@ "contributing": { "donate": { "paypal": { - "email": "paypal@solidewebservices.com", - "currency": "EUR" + "username": "jghaanstra" } } }, + "bugs": { + "url": "https://github.com/jghaanstra/com.xiaomi-miio/issues" + }, "images": { "large": "./assets/images/large.jpg", "small": "./assets/images/small.jpg" diff --git a/drivers/mi-airpurifier/pair/start.html b/drivers/mi-airpurifier/pair/start.html index 009df7f..18b3308 100644 --- a/drivers/mi-airpurifier/pair/start.html +++ b/drivers/mi-airpurifier/pair/start.html @@ -17,7 +17,7 @@ token: inputtoken }; - Homey.emit('test-connection', device_data, function(error, result) { + Homey.emit('testConnection', device_data, function(error, result) { if(error) { $('.mi-device-error').show(); $('.mi-device-error-msg').html(error.message || error.toString()); diff --git a/drivers/mi-humidifier/pair/start.html b/drivers/mi-humidifier/pair/start.html index f557a14..d9c20b3 100644 --- a/drivers/mi-humidifier/pair/start.html +++ b/drivers/mi-humidifier/pair/start.html @@ -17,7 +17,7 @@ token: inputtoken }; - Homey.emit('test-connection', device_data, function(error, result) { + Homey.emit('testConnection', device_data, function(error, result) { if(error) { $('.mi-device-error').show(); $('.mi-device-error-msg').html( error.message || error.toString() ); diff --git a/drivers/mi-robot/pair/start.html b/drivers/mi-robot/pair/start.html deleted file mode 100644 index 15121e4..0000000 --- a/drivers/mi-robot/pair/start.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - -
Enter the details of your Mi Home device.
- -