Skip to content

Commit 5b0c568

Browse files
committed
Try 4
1 parent 1f66630 commit 5b0c568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ async def scan_configure(
510510
daylight_mode,
511511
)
512512
if (response := await request.send()) is None:
513-
self._new_reset_timer = None
514-
self._new_sensitivity_level = None
515-
self._new_daylight_mode = None
513+
# self._new_reset_timer = None
514+
# self._new_sensitivity_level = None
515+
# self._new_daylight_mode = None
516516
return False
517517

518518
if response.node_ack_type == NodeAckResponseType.SCAN_CONFIG_FAILED:

0 commit comments

Comments
 (0)