Skip to content

Commit

Permalink
test Service for sending arbritrary ESP2 messages
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Mar 24, 2024
1 parent 1a77947 commit 12e922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eltako/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def async_setup(self):
# Command Section
async def async_service_send_message(self, event) -> None:
"""Send an arbitrary message with the provided eep."""
LOGGER.debug(f"[Service: Send Message] Received event: {event.__dict__}")
LOGGER.debug(f"[Service: Send Message] Received event: {event.data}")

try:
sender_id_str = event.data.get("id", None)
Expand Down

0 comments on commit 12e922b

Please sign in to comment.