Skip to content

Commit 5087d8c

Browse files
authored
Merge pull request #417 from XiaoLing-git/debug_plug_mini_current_unit
Fix Plug Mini bug
2 parents 8691ec5 + d99edc3 commit 5087d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ The `body` object contains the following properties,
19011901
| version | String | the current BLE and Wi-Fi firmware version, e.g. V3.1-6.3 |
19021902
| weight | Float | the power consumed in a day, measured in Watts |
19031903
| electricityOfDay | Integer | the duration that the device has been used during a day, measured in minutes |
1904-
| electricCurrent | Float | the current of the device at the moment, measured in Amp |
1904+
| electricCurrent | Float | the current of the device at the moment, measured in mA |
19051905

19061906

19071907
##### Plug Mini (JP)
@@ -1915,7 +1915,7 @@ The `body` object contains the following properties,
19151915
| version | String | the current BLE and Wi-Fi firmware version, e.g. V3.1-6.3 |
19161916
| weight | Float | the power consumed in a day, measured in Watts |
19171917
| electricityOfDay | Integer | the duration that the device has been used during a day, measured in minutes |
1918-
| electricCurrent | Float | the current of the device at the moment, measured in Amp |
1918+
| electricCurrent | Float | the current of the device at the moment, measured in mA |
19191919

19201920
##### Plug
19211921
| Key | Value Type | Description |

0 commit comments

Comments
 (0)