We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd571 commit dc3e044Copy full SHA for dc3e044
1 file changed
lib/network.sh
@@ -164,7 +164,7 @@ function bashio::network.enabled() {
164
# Arguments:
165
# $1 Interface name for this operation (optional)
166
# ------------------------------------------------------------------------------
167
-function bashio::network.enabled() {
+function bashio::network.connected() {
168
local interface=${1:-'default'}
169
170
bashio::log.trace "${FUNCNAME[0]}"
0 commit comments