Skip to content

Commit 2e05681

Browse files
committed
Update readme about xiaomi regions
1 parent f32690b commit 2e05681

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,28 @@ Tested on scales:
120120
- Mi Body Composition Scale S400 (MJTZC01YM) - getting other users data is supported.
121121
- Xiaomi 8-Electrode Body Composition Scale (XMTZC01YM) - getting other users data is not supported yet.
122122
123-
**Example.** Get data from all scales of the main user:
123+
**Example.** Get data from all scales of the main user (China region):
124124
125125
```yaml
126126
sync_xiaomi:
127127
from: xiaomi {username} {password}
128128
to: csv alex_xiaomi.csv
129129
```
130130
131+
**Example.** Get data from all scales of the main user (other region):
132+
133+
- `de` (Europe)
134+
- `i2` (India)
135+
- `ru` (Russia)
136+
- `sg` (Singapore)
137+
- `us` (United States)
138+
139+
```yaml
140+
sync_xiaomi:
141+
from: xiaomi {username} {password} {region}
142+
to: csv alex_xiaomi_region.csv
143+
```
144+
131145
**Example.** Get the data of all users from specific scales:
132146

133147
```yaml

0 commit comments

Comments
 (0)