Browse Source

Update __init__.py

Daniel Høyer Iversen 5 years ago
parent
commit
f8d5ce2d00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -39,7 +39,7 @@ class Switchbot:
 
     def _sendpacket(self, key, retry=2) -> bool:
         try:
-            _LOGGER.debug("Connecting")
+            _LOGGER.debug("Prepare to send")
             hand_service = self._device.getServiceByUUID(UUID)
             hand = hand_service.getCharacteristics(HANDLE)[0]
             _LOGGER.debug("Sending command, %s", key)