Parcourir la source

Update __init__.py

Daniel Høyer Iversen il y a 5 ans
Parent
commit
f8d5ce2d00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)