mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
✨ Add support for the Multicast API (#38)
This commit is contained in:
parent
3bf2267431
commit
72d834e77b
2 changed files with 211 additions and 0 deletions
|
@ -75,6 +75,8 @@ source "${__BASHIO_LIB_DIR}/host.sh"
|
|||
source "${__BASHIO_LIB_DIR}/info.sh"
|
||||
# shellcheck source=lib/jq.sh
|
||||
source "${__BASHIO_LIB_DIR}/jq.sh"
|
||||
# shellcheck source=lib/multicast.sh
|
||||
source "${__BASHIO_LIB_DIR}/multicast.sh"
|
||||
# shellcheck source=lib/net.sh
|
||||
source "${__BASHIO_LIB_DIR}/net.sh"
|
||||
# shellcheck source=lib/os.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue