Skip to content

Commit

Permalink
Fixed but with GET_SETUP
Browse files Browse the repository at this point in the history
  • Loading branch information
granvillebarker committed Dec 10, 2023
1 parent 99559cb commit db8e376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion pyControl4/director.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def getItemSetup(self, item_id):
`item_id` - The Control4 item ID.
"""
return await self.sendPostRequest(
"/api/v1/items/{}/commands".format(item_id), "GET_SETUP", "{}", False
"/api/v1/items/{}/commands".format(item_id), "GET_SETUP", {}, False
)

async def getItemVariables(self, item_id):
Expand Down

0 comments on commit db8e376

Please sign in to comment.