Skip to content

Commit

Permalink
Add HUE 2 device ID to SmartDeviceDriverV2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmalacofilho committed Oct 31, 2019
1 parent 5560ad6 commit d94c75a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liquidctl/driver/nzxt_smart_device.py
Expand Up @@ -303,6 +303,10 @@ class SmartDeviceDriverV2(CommonSmartDeviceDriver):
'speed_channel_count': 3,
'color_channel_count': 2
}),
(0x1e71, 0x2001, None, 'NZXT HUE 2 (experimental)', {
'speed_channel_count': 0,
'color_channel_count': 4
}),
]

_READ_LENGTH = 64
Expand Down

0 comments on commit d94c75a

Please sign in to comment.