diff --git a/.gitmodules b/.gitmodules index 668801f..1424e28 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ [submodule "microblocks-adapter"] path = microblocks-adapter url = https://github.com/mozilla-iot/microblocks-adapter +[submodule "homekit-adapter"] + path = homekit-adapter + url = https://github.com/mozilla-iot/homekit-adapter diff --git a/build-addons.sh b/build-addons.sh index 61b252b..e155e46 100755 --- a/build-addons.sh +++ b/build-addons.sh @@ -59,6 +59,7 @@ if [ -z "${ADAPTERS}" ]; then # No adapters were provided via the environment, build them all ADAPTERS=( gpio-adapter + homekit-adapter microblocks-adapter serial-adapter thing-url-adapter diff --git a/homekit-adapter b/homekit-adapter new file mode 160000 index 0000000..60c17ee --- /dev/null +++ b/homekit-adapter @@ -0,0 +1 @@ +Subproject commit 60c17ee3af47e2945fb75517f81ed65b87326747