Bump ZHA dependencies (#109770)
* Bump ZHA dependencies * Bump universal-silabs-flasher to 0.0.18 * Flip `Server_to_Client` enum in ZHA unit test * Bump zigpy to 0.62.2
This commit is contained in:
parent
0cb913370f
commit
a533fa222e
4 changed files with 16 additions and 16 deletions
|
@ -205,7 +205,7 @@ def make_packet(zigpy_device, cluster, cmd_name: str, **kwargs):
|
|||
command_id=cluster.commands_by_name[cmd_name].id,
|
||||
schema=cluster.commands_by_name[cmd_name].schema,
|
||||
disable_default_response=False,
|
||||
direction=foundation.Direction.Server_to_Client,
|
||||
direction=foundation.Direction.Client_to_Server,
|
||||
args=(),
|
||||
kwargs=kwargs,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue