File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff 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
126126sync_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
You can’t perform that action at this time.
0 commit comments