mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Expose the devicetype on mDNS
Add txt field to tell the network this is a tasmota device.
This commit is contained in:
parent
d3559d7466
commit
db0fb54bc5
@ -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…
x
Reference in New Issue
Block a user