homebridge-midea-platform 1.2.5-beta.1 → 1.2.5-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
</div>
|
|
36
36
|
<div class="mb-3 form-check form-switch">
|
|
37
37
|
<input id="useDefaultProfile" type="checkbox" class="form-check-input" role="switch">
|
|
38
|
-
<label for="useDefaultProfile" class="form-check-label">Use default
|
|
38
|
+
<label for="useDefaultProfile" class="form-check-label">Use default NetHome Plus profile</label>
|
|
39
39
|
</div>
|
|
40
40
|
<div class="mb-3" id="login">
|
|
41
|
-
<div class="mb-3
|
|
41
|
+
<div class="mb-3 bg-warning-subtle border-warning-subtle p-3 rounded-2">
|
|
42
42
|
Midea disabled the token fetching APIs in both Meiju and Midea SmartHome, and now it's only available using the NetHome Plus API.
|
|
43
43
|
It's expected that the token fetching in NetHome Plus API will be disabled as well. Make sure you save your devices' token and key to be able to usem them in the future.
|
|
44
44
|
From now, it's only available to login using NetHome Plus accounts.
|
package/package.json
CHANGED