Skip to content

Commit

Permalink
fix: Set some category to config for SR-ZG9033TH (#8758)
Browse files Browse the repository at this point in the history
  • Loading branch information
niracler authored Feb 7, 2025
1 parent 6afe9fc commit f2cc9f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/devices/sunricher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ const definitions: DefinitionWithExtend[] = [
unit: '°C',
description: 'Temperature sensor compensation (-5~+5°C)',
access: 'ALL',
entityCategory: 'config',
zigbeeCommandOptions: {manufacturerCode: 0x1224},
endpointNames: ['1'],
}),
Expand All @@ -513,6 +514,7 @@ const definitions: DefinitionWithExtend[] = [
description: 'Temperature display unit',
access: 'ALL',
endpointName: '1',
entityCategory: 'config',
zigbeeCommandOptions: {manufacturerCode: 0x1224},
}),
m.numeric({
Expand All @@ -525,6 +527,7 @@ const definitions: DefinitionWithExtend[] = [
unit: '%',
description: 'Humidity sensor compensation (-5~+5%)',
access: 'ALL',
entityCategory: 'config',
zigbeeCommandOptions: {manufacturerCode: 0x1224},
endpointNames: ['2'],
}),
Expand Down

0 comments on commit f2cc9f4

Please sign in to comment.