fix: changinginterface direction between the thingy and the gateway
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user