We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b30e7 commit 74286fbCopy full SHA for 74286fb
tests/test_usb.py
@@ -2630,6 +2630,12 @@ async def test_node_discovery_and_load(
2630
pw_api.NodeFeature.SWITCH,
2631
)
2632
2633
+ assert state[pw_api.NodeFeature.AVAILABLE].state
2634
+ assert state[pw_api.NodeFeature.BATTERY].maintenance_interval == 60
2635
+ assert state[pw_api.NodeFeature.BATTERY].awake_duration == 10
2636
+ assert not state[pw_api.NodeFeature.BATTERY].clock_sync
2637
+ assert state[pw_api.NodeFeature.BATTERY].clock_interval == 25200
2638
+ assert state[pw_api.NodeFeature.BATTERY].sleep_duration == 60
2639
# endregion
2640
2641
# test disable cache
0 commit comments