python-aidot 0.2.1__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: python-aidot
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: aidot control wifi lights
5
5
  Home-page: https://github.com/Aidot-Development-Team/python-aidot
6
6
  Author: aidotdev2024
@@ -177,4 +177,8 @@ SUPPORTED_COUNTRYS = [
177
177
  ]
178
178
 
179
179
  SUPPORTED_COUNTRY_NAMES = [item["name"] for item in SUPPORTED_COUNTRYS]
180
- DEFAULT_COUNTRY_NAME = "United States"
180
+ DEFAULT_COUNTRY_NAME = "United States"
181
+ CONF_LOGIN_RESPONSE = "login_response"
182
+ CONF_SELECTED_HOUSE = "selected_house"
183
+ CONF_DEVICE_LIST = "device_list"
184
+ CONF_PRODUCT_LIST = "product_list"
@@ -50,7 +50,8 @@ class LoginControl:
50
50
  + self.username
51
51
  + ","
52
52
  + "house_id:"
53
- + house_id
53
+ + house_id
54
+ + ","
54
55
  + "region:"
55
56
  + self.region
56
57
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: python-aidot
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: aidot control wifi lights
5
5
  Home-page: https://github.com/Aidot-Development-Team/python-aidot
6
6
  Author: aidotdev2024
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="python-aidot",
8
- version="0.2.1",
8
+ version="0.2.2",
9
9
  author="aidotdev2024",
10
10
  url='https://github.com/Aidot-Development-Team/python-aidot',
11
11
  description="aidot control wifi lights",
File without changes
File without changes
File without changes
File without changes