Skip to content

Commit

Permalink
Merge pull request #53 from vincentwolsink/increase_timeout
Browse files Browse the repository at this point in the history
Increase AguaIOT api timeout to 30 seconds
  • Loading branch information
vincentwolsink authored Oct 11, 2023
2 parents e195258 + c762a9a commit c0e1432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aguaiot/aguaiot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
API_PATH_DEVICE_JOB_STATUS = "/deviceJobStatus/"
API_PATH_DEVICE_WRITING = "/deviceRequestWriting"
API_LOGIN_APPLICATION_VERSION = "1.6.0"
DEFAULT_TIMEOUT_VALUE = 5
DEFAULT_TIMEOUT_VALUE = 30

HEADER_ACCEPT = "application/json, text/javascript, */*; q=0.01"
HEADER_CONTENT_TYPE = "application/json"
Expand Down

0 comments on commit c0e1432

Please sign in to comment.