From 6a64e12f5665be3a5b3bd31ece75cb4ccba95743 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 26 Jul 2025 22:03:19 +0100 Subject: Created a wrapper for the websockets API and changed the script to make the slave TrueNAS use it (the master TrueNAS still uses the REST API for now) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index f65d87e..a1b2dfe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "autoBackup/TasmotaCLI"] path = autoBackup/TasmotaCLI url = git@github.com:jwansek/TasmotaCLI.git +[submodule "api_client"] + path = api_client + url = git@github.com:monitorjbl/api_client.git -- cgit v1.2.3