Skip to content

Commit

Permalink
Base v9 commands on v8
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 2, 2024
1 parent a1789e9 commit 7ca9e6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 678 deletions.
2 changes: 1 addition & 1 deletion bellows/ezsp/v8/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
),
"counterRolloverHandler": (0x00F2, (), (t.EmberCounterType,)),
"delayTest": (0x009D, (t.uint16_t,), ()),
"getLibraryStatus": (0x0001, (t.uint8_t,), (t.EmberLibraryStatus,)),
"getLibraryStatus": (0x0001, (t.EmberLibraryId,), (t.EmberLibraryStatus,)),
"getXncpInfo": (0x0013, (), (t.EmberStatus, t.uint16_t, t.uint16_t)),
"customFrame": (0x0047, (t.LVBytes,), (t.EmberStatus, t.LVBytes)),
"customFrameHandler": (0x0054, (), (t.LVBytes,)),
Expand Down
Loading

0 comments on commit 7ca9e6d

Please sign in to comment.