Skip to content

Commit 77c5196

Browse files
committed
SQC: fix call to _hysteresis_state_update
1 parent cd968b9 commit 77c5196

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/nodes/sense.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ async def _switch_group(self, response: PlugwiseResponse) -> bool:
580580
self._hysteresis_state_update(
581581
response.switch_state,
582582
response.switch_group,
583-
response.timestamp,
584583
),
585584
)
586585
return True

0 commit comments

Comments
 (0)