diff --git a/lib/info.sh b/lib/info.sh index a878057..f49ba96 100644 --- a/lib/info.sh +++ b/lib/info.sh @@ -124,3 +124,11 @@ function bashio::info.timezone() { bashio::log.trace "${FUNCNAME[0]}" bashio::info 'supervisor.info.timezone' '.timezone' } + +# ------------------------------------------------------------------------------ +# Returns the supported state of the system. +# ------------------------------------------------------------------------------ +function bashio::info.supported() { + bashio::log.trace "${FUNCNAME[0]}" + bashio::info 'supervisor.info.supported' '.supported' +}