add DXP2800 series (#19)

This commit is contained in:
Yuhao Zhou
2024-06-28 03:02:35 +08:00
parent 9282e52e25
commit 10d62c1594
3 changed files with 9 additions and 0 deletions

View File

@@ -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))

View File

@@ -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"
;;

View File

@@ -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