Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeloneal authored Jan 17, 2024
1 parent cfd49ec commit c30e23d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/octoprint_psucontrol_meross/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def _ensure_meross_login(
def get_settings_defaults(self):
return {
"api_urls": [
{"name": "Asia-Pacific", "url": "https://iotx-ap.meross.com"},
{"name": "Europe", "url": "https://iotx-eu.meross.com"},
{"name": "US", "url": "https://iotx-us.meross.com"},
{"name": "Asia-Pacific", "url": "iotx-ap.meross.com"},
{"name": "Europe", "url": "iotx-eu.meross.com"},
{"name": "US", "url": "iotx-us.meross.com"},
],
"api_base_url": "https://iotx-eu.meross.com",
"api_base_url": "iotx-eu.meross.com",
"user_email": "",
"user_password": "",
"target_device_ids": [],
Expand Down

0 comments on commit c30e23d

Please sign in to comment.