Skip to content

Commit

Permalink
Adjust parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Nov 12, 2023
1 parent 9236a2c commit 156872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rivian/ble.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ async def create_notification_handler(

async def pair_phone(
device: BLEDevice,
vas_vehicle_id: str,
phone_id: str,
vas_vehicle_id: str,
vehicle_key: str,
private_key: str,
) -> bool:
Expand Down

0 comments on commit 156872d

Please sign in to comment.