You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The region field is mandatory when login in to the account, I would prefer if there were a way to login to the account without inserting the region.
But if not let's change the region field to get an enum of all the supported countries, with that we can keep another factory method for inserting it by text.
Another thing about the region that it will solve is how I should use it.
In the official eWeLink app I am inserting region by selecting the country name plus 3 pre phone numbers.
So I am not sure in what way to insert the region, is it a full country name, 3 letters, 2 letters, pre-phone number numbers?.
Adding an enum will also solve this issue for future developers.
The text was updated successfully, but these errors were encountered:
The region field is mandatory when login in to the account, I would prefer if there were a way to login to the account without inserting the region.
But if not let's change the region field to get an enum of all the supported countries, with that we can keep another factory method for inserting it by text.
Another thing about the region that it will solve is how I should use it.
In the official eWeLink app I am inserting region by selecting the country name plus 3 pre phone numbers.
So I am not sure in what way to insert the region, is it a full country name, 3 letters, 2 letters, pre-phone number numbers?.
Adding an enum will also solve this issue for future developers.
The text was updated successfully, but these errors were encountered: