fix: changinginterface direction between the thingy and the gateway

This commit is contained in:
adrien balleyguier
2026-04-02 16:07:41 +02:00
parent 9ce9228fe1
commit 4d87ea06b1

View File

@@ -20,12 +20,12 @@ circle "db set" as db_api_int
circle "db API" as db_get_int
circle "teams API" as teams_int
t1 --( t1_gw_int
t1_gw_int -- gw
t2 --( t2_gw_int
t2_gw_int -- gw
t_plus --( t_plus_gw_int
t_plus_gw_int -- gw
t1 -- t1_gw_int
t1_gw_int )-- gw
t2 -- t2_gw_int
t2_gw_int )-- gw
t_plus -- t_plus_gw_int
t_plus_gw_int )-- gw
gw --( db_api_int
db_api_int -- db