Skip to content

Commit

Permalink
Move incomingNetworkStatusHandler to v8 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 2, 2024
1 parent f1e9128 commit a1789e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bellows/ezsp/v8/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,11 @@
(),
(t.EmberNodeId, t.EUI64, t.uint8_t, t.int8s, t.LVList[t.EmberNodeId]),
),
"changeSourceRouteHandler": (0x00C4, (), (t.EmberNodeId, t.EmberNodeId, t.Bool)),
"incomingNetworkStatusHandler": (
0x00C4,
(),
tuple({"errorCode": t.EmberStackError, "target": t.EmberNodeId}.values()),
),
"setSourceRoute": (
0x00AE,
(t.EmberNodeId, t.LVList[t.EmberNodeId]),
Expand Down

0 comments on commit a1789e9

Please sign in to comment.