Skip to content

Commit

Permalink
Remove default API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeloneal authored Jan 26, 2024
1 parent fe61d75 commit 00e833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octoprint_psucontrol_meross/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_settings_defaults(self):
{"name": "Europe", "url": "iotx-eu.meross.com"},
{"name": "US", "url": "iotx-us.meross.com"},
],
"api_base_url": "iotx-eu.meross.com",
"api_base_url": "",
"user_email": "",
"user_password": "",
"target_device_ids": [],
Expand Down

0 comments on commit 00e833e

Please sign in to comment.