Skip to content

Commit

Permalink
use zigpy type instead of ZNP type
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Oct 29, 2023
1 parent da0c9f4 commit 2ad4e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/ZigpyTransport/AppZnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
import zigpy.zdo.types as zdo_types
import zigpy_znp.commands.util
import zigpy_znp.config as znp_conf
import zigpy_znp.types as t
#import zigpy_znp.types as znp_t
import zigpy.types as t
import zigpy_znp.zigbee.application
from Classes.ZigpyTransport.firmwareversionHelper import \
znp_extract_versioning_for_plugin
Expand Down

0 comments on commit 2ad4e42

Please sign in to comment.