mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
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) {
|
if (1 == Mdns.begun) {
|
||||||
Mdns.begun = 2;
|
Mdns.begun = 2;
|
||||||
MDNS.addService("http", "tcp", WEB_PORT);
|
MDNS.addService("http", "tcp", WEB_PORT);
|
||||||
|
MDNS.addServiceTxt("http", "tcp", "devicetype", "tasmota");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user