diff --git a/bot.py b/bot.py index a3070d3..a7cbd90 100644 --- a/bot.py +++ b/bot.py @@ -45,6 +45,7 @@ class Bot: return await resp.text() async def _send_item_command(self, command): + print(f"Sending command {command}") url = f"{self.openhab_url}/rest/items/{self.openhab_item}" async with aiohttp.ClientSession() as session: async with session.post(