Skip to content

Commit

Permalink
Make cloud -v the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Phype committed Oct 29, 2024
1 parent 7a99a0e commit fc4f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/purei9_unofficial/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# cloud v1/v2/v2.1
args_cloud = cmds_main.add_parser('cloud', help='Connect to electrolux purei9 cloud (old API).')

args_cloud.add_argument('-v', "--apiversion", type=int, help='Cloud API version, 1=purei9, 2=wellbeing, 3=electrolux one', choices=[1,2,3], default=2)
args_cloud.add_argument('-v', "--apiversion", type=int, help='Cloud API version, 1=purei9, 2=wellbeing, 3=electrolux one', choices=[1,2,3], default=3)

#credentials_sub = args_cloud.add_argument_group("Credentials", "One of these is required.")
#credentials = credentials_sub.add_mutually_exclusive_group(required=True)
Expand Down

0 comments on commit fc4f41e

Please sign in to comment.