Skip to content

Commit

Permalink
fix: Remove manufaturer code from StelproOutdoorTemp Koenkk/zigbee2mq…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 4, 2024
1 parent 487996a commit 18af8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ const Cluster: {
SinopeBacklight: {ID: 1026, type: DataType.enum8, manufacturerCode: ManufacturerCode.Sinope},
SinopeAuxCycleOutput: {ID: 1028, type: DataType.uint16, manufacturerCode: ManufacturerCode.Sinope},
StelproSystemMode: {ID: 0x401c, type: DataType.enum8},
StelproOutdoorTemp: {ID: 0x4001, type: DataType.int16, manufacturerCode: ManufacturerCode.Stelpro},
StelproOutdoorTemp: {ID: 0x4001, type: DataType.int16},
viessmannWindowOpenInternal: {ID: 0x4000, type: DataType.enum8, manufacturerCode: ManufacturerCode.VIESSMAN_ELEKTRO},
viessmannWindowOpenForce: {ID: 0x4003, type: DataType.boolean, manufacturerCode: ManufacturerCode.VIESSMAN_ELEKTRO},
viessmannAssemblyMode: {ID: 0x4012, type: DataType.boolean, manufacturerCode: ManufacturerCode.VIESSMAN_ELEKTRO},
Expand Down

0 comments on commit 18af8be

Please sign in to comment.