Daniel Høyer Iversen преди 5 години
родител
ревизия
f8d5ce2d00
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)