Skip to content

Commit

Permalink
Hold updated status for some time while backend processes the change
Browse files Browse the repository at this point in the history
  • Loading branch information
ankohanse committed Jan 14, 2025
1 parent 7871330 commit a875250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/aiodabpumps/dabpumps_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
DABPUMPS_API_TOKEN_COOKIE,
DABPUMPS_API_TOKEN_TIME_MIN,
API_LOGIN,
DEVICE_ATTR_EXTRA,
STATUS_UPDATE_HOLD,
)

Expand Down
3 changes: 1 addition & 2 deletions tests/secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

# Secrets used for tests.
TEST_USERNAME = "fill in your DConnect username here"
TEST_PASSWORD = "fill in your DConnect password here
"
TEST_PASSWORD = "fill in your DConnect password here"

0 comments on commit a875250

Please sign in to comment.