mirror of https://github.com/arendst/Tasmota.git
Merge pull request #9630 from mickeprag/development
Expose the devicetype on mDNS
This commit is contained in:
commit
3886070273
|
@ -72,6 +72,7 @@ void MdnsAddServiceHttp(void) {
|
|||
if (1 == Mdns.begun) {
|
||||
Mdns.begun = 2;
|
||||
MDNS.addService("http", "tcp", WEB_PORT);
|
||||
MDNS.addServiceTxt("http", "tcp", "devicetype", "tasmota");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue