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
|
ESP_SWITCH, // Switch Devices
|
||||||
TUYA_DIMMER, // Dimmer Devices
|
TUYA_DIMMER, // Dimmer Devices
|
||||||
ARMTRONIX_DIMMERS,
|
ARMTRONIX_DIMMERS,
|
||||||
|
PS_16_DZ,
|
||||||
H801, // Light Devices
|
H801, // Light Devices
|
||||||
MAGICHOME,
|
MAGICHOME,
|
||||||
ARILUX_LC01,
|
ARILUX_LC01,
|
||||||
|
@ -495,8 +496,7 @@ const uint8_t kModuleNiceList[MAXMODULE] PROGMEM = {
|
||||||
AILIGHT, // Light Bulbs
|
AILIGHT, // Light Bulbs
|
||||||
PHILIPS,
|
PHILIPS,
|
||||||
WITTY, // Development Devices
|
WITTY, // Development Devices
|
||||||
WEMOS,
|
WEMOS
|
||||||
PS_16_DZ
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Default module settings
|
// Default module settings
|
||||||
|
|
Loading…
Reference in New Issue