Skip to content

Commit

Permalink
feat: Inovelli Adding P26 For VZM36 (#1096)
Browse files Browse the repository at this point in the history
* Inovelli Adding P26 For VZM36

* Wrong Data Type

Changing data type
  • Loading branch information
InovelliUSA authored Jul 9, 2024
1 parent 29d0773 commit 4adfea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4721,14 +4721,14 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
stateAfterPowerRestored: {ID: 0x000f, type: DataType.UINT8},
loadLevelIndicatorTimeout: {ID: 0x0011, type: DataType.UINT8},
activePowerReports: {ID: 0x0012, type: DataType.UINT8},

periodicPowerAndEnergyReports: {ID: 0x0013, type: DataType.UINT16},
activeEnergyReports: {ID: 0x0014, type: DataType.UINT16},
powerType: {ID: 0x0015, type: DataType.BOOLEAN},
switchType: {ID: 0x0016, type: DataType.UINT8},
quickStartTime: {ID: 0x0017, type: DataType.UINT8},
quickStartLevel: {ID: 0x0018, type: DataType.UINT8},
higherOutputInNonNeutral: {ID: 0x0019, type: DataType.BOOLEAN},
leadingTrailingEdge: {ID: 0x001a, type: DataType.UINT8},
nonNeutralAuxMediumGear: {ID: 0x001e, type: DataType.UINT8},
nonNeutralAuxLowGear: {ID: 0x001f, type: DataType.UINT8},
internalTemperature: {ID: 0x0020, type: DataType.UINT8},
Expand Down

0 comments on commit 4adfea3

Please sign in to comment.