Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 31, 2024
1 parent eccf845 commit 2a1ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/director.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2 id="parameters">Parameters</h2>
`item_id` - The Control4 item ID.
&#34;&#34;&#34;
return await self.sendPostRequest(
&#34;/api/v1/items/{}/commands&#34;.format(item_id), &#34;GET_SETUP&#34;, &#34;{}&#34;, False
&#34;/api/v1/items/{}/commands&#34;.format(item_id), &#34;GET_SETUP&#34;, {}, False
)

async def getItemVariables(self, item_id):
Expand Down

0 comments on commit 2a1ba1d

Please sign in to comment.