mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 03:36:42 +00:00
Housekeeping
This commit is contained in:
parent
67cf1dbbcf
commit
f66de3111e
@ -1345,16 +1345,19 @@ void HandleInformation(void)
|
|||||||
#else
|
#else
|
||||||
func += F(D_DISABLED);
|
func += F(D_DISABLED);
|
||||||
#endif // USE_EMULATION
|
#endif // USE_EMULATION
|
||||||
|
|
||||||
func += F("}1" D_MDNS_DISCOVERY "}2");
|
func += F("}1" D_MDNS_DISCOVERY "}2");
|
||||||
#ifdef USE_DISCOVERY
|
#ifdef USE_DISCOVERY
|
||||||
func += F(D_ENABLED);
|
if (Settings.flag3.mdns_enabled) {
|
||||||
func += F("}1" D_MDNS_ADVERTISE "}2");
|
func += F(D_ENABLED);
|
||||||
|
func += F("}1" D_MDNS_ADVERTISE "}2");
|
||||||
#ifdef WEBSERVER_ADVERTISE
|
#ifdef WEBSERVER_ADVERTISE
|
||||||
func += F(D_WEB_SERVER);
|
func += F(D_WEB_SERVER);
|
||||||
#else
|
#else
|
||||||
func += F(D_DISABLED);
|
func += F(D_DISABLED);
|
||||||
#endif // WEBSERVER_ADVERTISE
|
#endif // WEBSERVER_ADVERTISE
|
||||||
|
} else {
|
||||||
|
func += F(D_DISABLED);
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
func += F(D_DISABLED);
|
func += F(D_DISABLED);
|
||||||
#endif // USE_DISCOVERY
|
#endif // USE_DISCOVERY
|
||||||
|
@ -89,13 +89,13 @@ a_setoption = [[
|
|||||||
"Add UTC time offset to JSON message",
|
"Add UTC time offset to JSON message",
|
||||||
"Show hostname and IP address in GUI",
|
"Show hostname and IP address in GUI",
|
||||||
"Apply SetOption20 to Tuya",
|
"Apply SetOption20 to Tuya",
|
||||||
"Use short Hass discovery messages",
|
"mDNS enabled",
|
||||||
"Use wifi network scan at restart",
|
"Use wifi network scan at restart",
|
||||||
"Use wifi network rescan regularly",
|
"Use wifi network rescan regularly",
|
||||||
"Add IR raw data to JSON message",
|
"Add IR raw data to JSON message",
|
||||||
"Change state topic from tele/STATE to stat/RESULT",
|
"Change state topic from tele/STATE to stat/RESULT",
|
||||||
"Enable normal sleep instead of dynamic sleep",
|
"Enable normal sleep instead of dynamic sleep",
|
||||||
"",
|
"Force local operation when button/switch topic is set",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user