From 2a1ba1dc84d32facc8ef2509c12e57d3dd093f1a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 31 Aug 2024 00:36:16 +0000 Subject: [PATCH] Update documentation --- docs/director.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/director.html b/docs/director.html index 5880dfc..f2b96ee 100644 --- a/docs/director.html +++ b/docs/director.html @@ -185,7 +185,7 @@

Parameters

`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):