Open andreas-berg opened 3 years ago
TasmotaGlobal.global_state.wifi_down = 0 TasmotaGlobal.global_state.network_down = 1
Might work out of the box (?). Need testing:
network_down = 1 / true
wifi_down = 0 / false
TasmotaGlobal.global_state.wifi_down = 0 TasmotaGlobal.global_state.network_down = 1
Might work out of the box (?). Need testing:
network_down = 1 / true
should stop(and disable configuration of?) all services dependent on networking (mqtt, ntp, ...)wifi_down = 0 / false
should keep webserver running (possibly restart it if necessary)