mirror of https://github.com/arendst/Tasmota.git
PS_16_DZ: move in nicelist
This commit is contained in:
parent
985db96f91
commit
283f023f29
|
@ -484,6 +484,7 @@ const uint8_t kModuleNiceList[MAXMODULE] PROGMEM = {
|
|||
ESP_SWITCH, // Switch Devices
|
||||
TUYA_DIMMER, // Dimmer Devices
|
||||
ARMTRONIX_DIMMERS,
|
||||
PS_16_DZ,
|
||||
H801, // Light Devices
|
||||
MAGICHOME,
|
||||
ARILUX_LC01,
|
||||
|
@ -495,8 +496,7 @@ const uint8_t kModuleNiceList[MAXMODULE] PROGMEM = {
|
|||
AILIGHT, // Light Bulbs
|
||||
PHILIPS,
|
||||
WITTY, // Development Devices
|
||||
WEMOS,
|
||||
PS_16_DZ
|
||||
WEMOS
|
||||
};
|
||||
|
||||
// Default module settings
|
||||
|
|
Loading…
Reference in New Issue