Skip to content

Commit e506856

Browse files
authored
Removed quotes in getItemsetup
1 parent a8fde4a commit e506856

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
@@ -133,7 +133,7 @@ async def getItemSetup(self, item_id):
133133
`item_id` - The Control4 item ID.
134134
"""
135135
return await self.sendPostRequest(
136-
"/api/v1/items/{}/commands".format(item_id), "GET_SETUP", "{}", False
136+
"/api/v1/items/{}/commands".format(item_id), "GET_SETUP", {}, False
137137
)
138138

139139
async def getItemVariables(self, item_id):

0 commit comments

Comments
 (0)