mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Fix WeMo emulation on echo 1g and dot 2g
Fix WeMo emulation on echo 1g and dot 2g (#6086)
This commit is contained in:
parent
0bb0f06982
commit
46d2cb8d0b
@ -35,7 +35,7 @@ bool udp_response_mutex = false; // M-Search response mutex to control r
|
|||||||
* UPNP/SSDP search targets
|
* UPNP/SSDP search targets
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
const char URN_BELKIN_DEVICE[] PROGMEM = "urn:belkin:device:**";
|
const char URN_BELKIN_DEVICE[] PROGMEM = "urn:Belkin:device:**";
|
||||||
const char UPNP_ROOTDEVICE[] PROGMEM = "upnp:rootdevice";
|
const char UPNP_ROOTDEVICE[] PROGMEM = "upnp:rootdevice";
|
||||||
const char SSDPSEARCH_ALL[] PROGMEM = "ssdpsearch:all";
|
const char SSDPSEARCH_ALL[] PROGMEM = "ssdpsearch:all";
|
||||||
const char SSDP_ALL[] PROGMEM = "ssdp:all";
|
const char SSDP_ALL[] PROGMEM = "ssdp:all";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user