fix(doc): changing 'thingy' to 'nodes' in diagrams

This changes are done since nodes may be implemented on something else than thingy52
Related to #13 and #63
This commit is contained in:
adrien balleyguier
2026-05-17 21:50:13 +02:00
parent 28ebf9ad2f
commit 100edf419f

View File

@@ -3,9 +3,9 @@
skinparam linestyle ortho skinparam linestyle ortho
left to right direction left to right direction
rectangle "thingy 1" as t1 rectangle "nodes 1" as t1
rectangle "thingy 2" as t2 rectangle "nodes 2" as t2
rectangle "thingy ..." as t_plus rectangle "nodes ..." as t_plus
rectangle "gateway" as gw rectangle "gateway" as gw
rectangle "database" as db rectangle "database" as db
rectangle "data validation" as valid rectangle "data validation" as valid
@@ -13,9 +13,9 @@ rectangle "display" as display
rectangle "forecasting" as forecasting rectangle "forecasting" as forecasting
rectangle "teams" as teams rectangle "teams" as teams
circle "thingy interface" as t1_gw_int circle "nodes interface" as t1_gw_int
circle "thingy interface" as t2_gw_int circle "nodes interface" as t2_gw_int
circle "thingy interface" as t_plus_gw_int circle "nodes interface" as t_plus_gw_int
circle "db set" as db_api_int circle "db set" as db_api_int
circle "db API" as db_get_int circle "db API" as db_get_int
circle "teams API" as teams_int circle "teams API" as teams_int