1
0
Эх сурвалжийг харах

return correct value from switchbot

Daniel Høyer Iversen 6 жил өмнө
parent
commit
51b43c2522

+ 1 - 1
switchbot/__init__.py

@@ -31,7 +31,7 @@ class Switchbot:
             _LOGGER.error("Cannot connect to switchbot.", exc_info=True)
             _LOGGER.error("Cannot connect to switchbot.", exc_info=True)
             if retry < 1:
             if retry < 1:
                 return False
                 return False
-            self._sendpacket(key, retry-1)
+            return self._sendpacket(key, retry-1)
         return True
         return True
 
 
     def turn_on(self) -> None:
     def turn_on(self) -> None: