Skip to content

Commit 1e1af75

Browse files
authored
Merge pull request #109 from puddly/puddly/feature/raw-zdo-commands
Allow sending and receiving raw ZDO commands
2 parents d37ac29 + 9ba02f1 commit 1e1af75

File tree

12 files changed

+850
-1032
lines changed

12 files changed

+850
-1032
lines changed

tests/application/test_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def test_probe_unsuccessful_slow(device, make_znp_server, mocker):
6363
# Don't respond to anything
6464
znp_server._listeners.clear()
6565

66-
mocker.patch("zigpy_znp.zigbee.application.PROBE_TIMEOUT", new=0.1)
66+
mocker.patch("zigpy_znp.api.CONNECT_PROBE_TIMEOUT", new=0.1)
6767

6868
assert not (
6969
await ControllerApplication.probe(

0 commit comments

Comments
 (0)