mirror of https://github.com/arendst/Tasmota.git
Update sonoff_template.h
This commit is contained in:
parent
c9f4a0f8db
commit
1c1f6ee910
|
@ -775,7 +775,9 @@ const uint8_t kModuleNiceList[] PROGMEM = {
|
||||||
SONOFF_IFAN02, // Sonoff Fan
|
SONOFF_IFAN02, // Sonoff Fan
|
||||||
SONOFF_IFAN03,
|
SONOFF_IFAN03,
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef USE_RF_BRIDGE
|
||||||
SONOFF_BRIDGE, // Sonoff Bridge
|
SONOFF_BRIDGE, // Sonoff Bridge
|
||||||
|
#endif
|
||||||
SONOFF_SV, // Sonoff Development Devices
|
SONOFF_SV, // Sonoff Development Devices
|
||||||
SONOFF_DEV,
|
SONOFF_DEV,
|
||||||
CH1, // Relay Devices
|
CH1, // Relay Devices
|
||||||
|
|
Loading…
Reference in New Issue