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 2c1a127 commit f3bed4dCopy full SHA for f3bed4d
tests/stick_test_data.py
@@ -689,7 +689,7 @@
689
b"000000C1", # Success ack
690
b"0013" # msg_id
691
+ b"0098765432101234" # mac
692
- + b"FFF6" # pulses 1s
+ + b"000A" # pulses 1s
693
+ b"FF9A" # pulses 8s
694
+ b"00001234"
695
+ b"00000000"
tests/test_usb.py
@@ -905,7 +905,7 @@ async def fake_get_missing_energy_logs(address: int) -> None:
905
)
906
pu = await stick.nodes["0098765432101234"].power_update()
907
assert pu.last_second == 21.2780505980402
908
- assert pu.last_8_seconds == 27.150578775440106
+ assert pu.last_8_seconds == -27.150578775440106
909
910
# Test energy state without request
911
assert stick.nodes["0098765432101234"].energy == pw_api.EnergyStatistics(
0 commit comments