Browse Source

Update device.py

czarau 1 year ago
parent
commit
c4dcae981d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      custom_components/tuya_local/device.py

+ 2 - 2
custom_components/tuya_local/device.py

@@ -254,9 +254,9 @@ class TuyaLocalDevice(object):
 
     def pause(self):
         self._temporary_poll = True
-        self._api.setSocketPersistent(False)
+        self._api.set_socketPersistent(False)
         if self._api.parent:
-            self._api.parent.setSocketPersistent(False)
+            self._api.parent.set_socketPersistent(False)
 
     def resume(self):
         self._temporary_poll = False