Skip to content

Commit 2a1ba1d

Browse files
committed
Update documentation
1 parent eccf845 commit 2a1ba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/director.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h2 id="parameters">Parameters</h2>
185185
`item_id` - The Control4 item ID.
186186
&#34;&#34;&#34;
187187
return await self.sendPostRequest(
188-
&#34;/api/v1/items/{}/commands&#34;.format(item_id), &#34;GET_SETUP&#34;, &#34;{}&#34;, False
188+
&#34;/api/v1/items/{}/commands&#34;.format(item_id), &#34;GET_SETUP&#34;, {}, False
189189
)
190190

191191
async def getItemVariables(self, item_id):

0 commit comments

Comments
 (0)