Skip to content

Commit

Permalink
fix(detect): Detect 0x0200 as Danfoss Icon (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsommer authored Dec 9, 2024
1 parent da0db21 commit 4502db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/danfoss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ const definitions: DefinitionWithExtend[] = [
},
{
fingerprint: [
{modelID: '0x0200', manufacturerName: 'Danfoss'}, // Icon Basic Main Controller
{modelID: '0x8020', manufacturerName: 'Danfoss'}, // RT24V Display
{modelID: '0x8021', manufacturerName: 'Danfoss'}, // RT24V Display Floor sensor
{modelID: '0x8030', manufacturerName: 'Danfoss'}, // RTbattery Display
Expand Down

0 comments on commit 4502db9

Please sign in to comment.