We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f050ee0 commit b7f1c2aCopy full SHA for b7f1c2a
1 file changed
tests/test_usb.py
@@ -716,6 +716,9 @@ async def node_relay_state(
716
self.test_relay_state_on.set_result(state.state)
717
else:
718
self.test_relay_state_off.set_result(state.state)
719
+ if feature == pw_api.NodeFeature.RELAY_LOCK:
720
+ # Handle RELAY_LOCK callbacks if needed
721
+ pass
722
723
self.test_relay_state_on.set_exception(
724
BaseException(
0 commit comments