Skip to content

Commit 4502db9

Browse files
authored
fix(detect): Detect 0x0200 as Danfoss Icon (#8457)
1 parent da0db21 commit 4502db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devices/danfoss.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ const definitions: DefinitionWithExtend[] = [
342342
},
343343
{
344344
fingerprint: [
345+
{modelID: '0x0200', manufacturerName: 'Danfoss'}, // Icon Basic Main Controller
345346
{modelID: '0x8020', manufacturerName: 'Danfoss'}, // RT24V Display
346347
{modelID: '0x8021', manufacturerName: 'Danfoss'}, // RT24V Display Floor sensor
347348
{modelID: '0x8030', manufacturerName: 'Danfoss'}, // RTbattery Display

0 commit comments

Comments
 (0)