pyControl4 1.2.0__tar.gz → 1.2.1__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.1
2
2
  Name: pyControl4
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Python 3 asyncio package for interacting with Control4 systems
5
5
  Home-page: https://github.com/lawtancool/pyControl4
6
6
  Author: lawtancool
@@ -134,7 +134,7 @@ class C4Director:
134
134
  `item_id` - The Control4 item ID.
135
135
  """
136
136
  return await self.sendPostRequest(
137
- "/api/v1/items/{}/commands".format(item_id), "GET_SETUP", "{}", False
137
+ "/api/v1/items/{}/commands".format(item_id), "GET_SETUP", {}, False
138
138
  )
139
139
 
140
140
  async def getItemVariables(self, item_id):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyControl4
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Python 3 asyncio package for interacting with Control4 systems
5
5
  Home-page: https://github.com/lawtancool/pyControl4
6
6
  Author: lawtancool
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="pyControl4", # Replace with your own username
8
- version="1.2.0",
8
+ version="1.2.1",
9
9
  author="lawtancool",
10
10
  author_email="contact@lawrencetan.ca",
11
11
  description="Python 3 asyncio package for interacting with Control4 systems",
File without changes
File without changes
File without changes