Skip to content

Commit

Permalink
Ensure a consistent command schema for setSourceRoute in EZSPv8 (#647)
Browse files Browse the repository at this point in the history
Ensure a consistent command schema for `setSourceRoute`
  • Loading branch information
puddly authored Aug 12, 2024
1 parent c3c3f43 commit ccb3afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bellows/ezsp/v8/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
0x00AE,
{
"destination": t.EmberNodeId,
"relays": t.LVList[t.EmberNodeId],
"relayList": t.LVList[t.EmberNodeId],
},
{
"status": t.EmberStatus,
Expand Down

0 comments on commit ccb3afd

Please sign in to comment.