diff --git a/lib/network.sh b/lib/network.sh index b1926c6..05942cd 100644 --- a/lib/network.sh +++ b/lib/network.sh @@ -164,7 +164,7 @@ function bashio::network.enabled() { # Arguments: # $1 Interface name for this operation (optional) # ------------------------------------------------------------------------------ -function bashio::network.enabled() { +function bashio::network.connected() { local interface=${1:-'default'} bashio::log.trace "${FUNCNAME[0]}"