Skip to content

Commit

Permalink
Merge pull request #30 from simonk83/master
Browse files Browse the repository at this point in the history
Removed quotes in getItemsetup
  • Loading branch information
lawtancool authored Aug 31, 2024
2 parents 0b6a009 + e506856 commit eccf845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyControl4/director.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 eccf845

Please sign in to comment.