diff --git a/src/zspec/zcl/definition/cluster.ts b/src/zspec/zcl/definition/cluster.ts index 488155b392..ea8d77dea8 100644 --- a/src/zspec/zcl/definition/cluster.ts +++ b/src/zspec/zcl/definition/cluster.ts @@ -4661,28 +4661,30 @@ export const Clusters: Readonly> commandsResponse: {}, }, sprutDevice: { - ID: 26112, - manufacturerCode: 26214, - attributes: { - isConnected: { - ID: 26116, - type: enums_1.DataType.BOOLEAN - }, - UartBaudRate: { - ID: 26113, - type: enums_1.DataType.UINT32 - }, - }, - commands: { - debug: { - ID: 0x67, - parameters: [{ - name: 'data', - type: enums_1.DataType.UINT8 - }, ], - }, - }, - commandsResponse: {}, + ID: 26112, + manufacturerCode: 26214, + attributes: { + isConnected: { + ID: 26116, + type: DataType.BOOLEAN, + }, + UartBaudRate: { + ID: 26113, + type: DataType.UINT32, + }, + }, + commands: { + debug: { + ID: 0x67, + parameters: [ + { + name: 'data', + type: DataType.UINT8, + }, + ], + }, + }, + commandsResponse: {}, }, sprutVoc: { ID: 26113,