Skip to content

Commit eccf845

Browse files
authored
Merge pull request #30 from simonk83/master
Removed quotes in getItemsetup
2 parents 0b6a009 + e506856 commit eccf845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyControl4/director.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def getItemSetup(self, item_id):
134134
`item_id` - The Control4 item ID.
135135
"""
136136
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
138138
)
139139

140140
async def getItemVariables(self, item_id):

0 commit comments

Comments
 (0)