Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	pypetkitapi/client.py
#	pyproject.toml
  • Loading branch information
Jezza34000 committed Dec 18, 2024
2 parents 82d7a33 + 7a2a7e5 commit fdb3587
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pypetkitapi/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ async def validate_session(self) -> None:
elif half_max_age < token_age <= max_age:
_LOGGER.debug("Token still OK, but refreshing session")
await self.refresh_session()
return

async def get_session_id(self) -> dict:
"""Return the session ID."""
Expand Down
1 change: 1 addition & 0 deletions pypetkitapi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

DEVICE_RECORDS = "deviceRecords"
DEVICE_DATA = "deviceData"
PET_DATA = "petData"

# PetKit Models
FEEDER = "feeder"
Expand Down

0 comments on commit fdb3587

Please sign in to comment.