Skip to content

Commit

Permalink
fix: Fix seMetering cluster Koenkk/zigbee2mqtt#22720
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 27, 2024
1 parent 25b583f commit a76040f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3437,13 +3437,6 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
billToDateTimeStamp: {ID: 2561, type: DataType.UTC},
projectedBill: {ID: 2562, type: DataType.UINT32},
projectedBillTimeStamp: {ID: 2563, type: DataType.UTC},
notificationControlFlags: {ID: 0, type: DataType.BITMAP32},
notificationFlags: {ID: 1, type: DataType.BITMAP32},
priceNotificationFlags: {ID: 2, type: DataType.BITMAP32},
calendarNotificationFlags: {ID: 3, type: DataType.BITMAP32},
prePayNotificationFlags: {ID: 4, type: DataType.BITMAP32},
deviceManagementFlags: {ID: 5, type: DataType.BITMAP32},
changeReportingProfile: {ID: 256, type: DataType.UNKNOWN},
develcoPulseConfiguration: {ID: 0x0300, type: DataType.UINT16, manufacturerCode: ManufacturerCode.DEVELCO},
develcoCurrentSummation: {ID: 0x0301, type: DataType.UINT48, manufacturerCode: ManufacturerCode.DEVELCO},
develcoInterfaceMode: {ID: 0x0302, type: DataType.ENUM16, manufacturerCode: ManufacturerCode.DEVELCO},
Expand Down

0 comments on commit a76040f

Please sign in to comment.