File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ eufy-security-ws is available via a Docker image
7
7
| - | - |
8
8
| ` USERNAME ` | Eufy Account Username (required) |
9
9
| ` PASSWORD ` | Eufy Account Password (required) |
10
- | ` COUNTRY ` | ISO 3166-1 Alpha-2 country code (default: US) |
10
+ | ` COUNTRY ` | ISO 3166-1 Alpha-2 country code (default: US) (required if outside US) |
11
11
| ` LANGUAGE ` | ISO 639 language code (default: en) |
12
12
| ` TRUSTED_DEVICE_NAME ` | Label of the trusted devices (viewable with 2fa activated in Eufy App; default: random device name) |
13
13
| ` EVENT_DURATION_SECONDS ` | Duration in seconds before an event is reset E.g. motion event (default: 10 sec.) |
@@ -42,4 +42,4 @@ docker run -it \
42
42
-v "$(PWD)"/data:/data \
43
43
-p 3000:3000 \
44
44
bropat/eufy-security-ws:latest
45
- ```
45
+ ```
You can’t perform that action at this time.
0 commit comments