From ccb3afd4a388dd89a26f1faf6fb8b3f5ee1e7dd0 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:06:39 -0400 Subject: [PATCH] Ensure a consistent command schema for `setSourceRoute` in EZSPv8 (#647) Ensure a consistent command schema for `setSourceRoute` --- bellows/ezsp/v8/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bellows/ezsp/v8/commands.py b/bellows/ezsp/v8/commands.py index 3c5d5f91..ef589214 100644 --- a/bellows/ezsp/v8/commands.py +++ b/bellows/ezsp/v8/commands.py @@ -73,7 +73,7 @@ 0x00AE, { "destination": t.EmberNodeId, - "relays": t.LVList[t.EmberNodeId], + "relayList": t.LVList[t.EmberNodeId], }, { "status": t.EmberStatus,