mirror of
https://github.com/miskcoo/ugreen_dx4600_leds_controller.git
synced 2025-07-23 12:23:09 +02:00
add DXP2800 series (#19)
This commit is contained in:
@@ -8,6 +8,7 @@ This repository describes the control logic of UGOS for these LED lights and pro
|
||||
**WARNING:** Only tested on the following devices. For other devices, please follow the [Preparation](#Preparation) section to check if the protocol is compatible, and run `./ugreen_leds_cli all` to see which LEDs are supported by this tool.
|
||||
|
||||
- [x] UGREEN DX4600 Pro
|
||||
- [x] UGREEN DXP2800 (reported in [#19](https://github.com/miskcoo/ugreen_dx4600_leds_controller/issues/19))
|
||||
- [x] UGREEN DXP4800 Plus (reported [here](https://gist.github.com/Kerryliu/c380bb6b3b69be5671105fc23e19b7e8))
|
||||
- [x] UGREEN DXP6800 Pro (reported in [#7](https://github.com/miskcoo/ugreen_dx4600_leds_controller/issues/7))
|
||||
- [x] UGREEN DXP8800 Plus (see [this repo](https://github.com/meyergru/ugreen_dxp8800_leds_controller) and [#1](https://github.com/miskcoo/ugreen_dx4600_leds_controller/issues/1))
|
||||
|
@@ -54,6 +54,9 @@ if which dmidecode > /dev/null; then
|
||||
DX4600*) # tested on DX4600 Pro
|
||||
echo "Found UGREEN DX4600 series"
|
||||
;;
|
||||
DXP2800*) # see issue #19
|
||||
echo "Found UGREEN DXP2800 series"
|
||||
;;
|
||||
DXP4800*)
|
||||
echo "Found UGREEN DXP4800 series"
|
||||
;;
|
||||
|
@@ -95,6 +95,11 @@ case "${product_name}" in
|
||||
default_modules
|
||||
default_netdevmon
|
||||
;;
|
||||
DXP2800*)
|
||||
logger "ugreen-leds: Info: UGREEN DXP2800 series"
|
||||
default_modules
|
||||
default_netdevmon
|
||||
;;
|
||||
DXP4800*)
|
||||
logger "ugreen-leds: Info: UGREEN DXP4800 series"
|
||||
default_modules
|
||||
|
Reference in New Issue
Block a user