diff --git a/tasmota/support_network.ino b/tasmota/support_network.ino index da6512acb..ed4df6705 100644 --- a/tasmota/support_network.ino +++ b/tasmota/support_network.ino @@ -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"); } }