Skip to content

Commit

Permalink
changed file diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoChiosa committed Apr 12, 2024
1 parent 2b0ea01 commit 3757780
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 54 deletions.
256 changes: 206 additions & 50 deletions docs/Portable App.drawio

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/data/test_name_1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

bldg:AHU
a brick:AHU ;
brick:hasPoint bldg:MA_TEMP .
brick:hasPoint bldg:MAT .

bldg:MA_TEMP1
bldg:MAT
a brick:Mixed_Air_Temperature_Sensor .

6 changes: 4 additions & 2 deletions test/data/test_name_2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

bldg:AHU
a brick:AHU ;
brick:hasPoint bldg:MA_TEMP .
brick:hasPoint bldg:MAT2, bldg:OAT .

bldg:MA_TEMP2
bldg:MAT2
a brick:Mixed_Air_Temperature_Sensor .

bldg:OAT
a brick:Outside_Air_Temperature_Sensor .

0 comments on commit 3757780

Please sign in to comment.