Skip to content

Commit

Permalink
✏️ change func name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Dec 8, 2024
1 parent 2e00fed commit abcafea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypetkit/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ async def _fetch_device_data(
_LOGGER.info("Adding device type: %s", device.device_type)
self.device_list.append(device_data)

async def control_api(
async def control_device(
self,
device: Feeder | Litter | WaterFountain,
action: StrEnum,
Expand Down

0 comments on commit abcafea

Please sign in to comment.