Skip to content

Commit d959def

Browse files
committed
Fix SE_MANUF_ID number base error
1 parent aceb03f commit d959def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/schneiderelectric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from zigpy.zcl.foundation import ZCLAttributeDef
1010

1111
SE_MANUF_NAME = "Schneider Electric"
12-
SE_MANUF_ID = 0x4190
12+
SE_MANUF_ID = 0x105E
1313

1414

1515
class SEBasic(CustomCluster, Basic):

0 commit comments

Comments
 (0)