Skip to content

Commit

Permalink
Merge pull request #251 from RealEstateCore/feature/rooms
Browse files Browse the repository at this point in the history
Added missing rooms (closes #242)
  • Loading branch information
cbupp authored Dec 7, 2023
2 parents 1c20b85 + 68c6a09 commit 196cd58
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@id": "dtmi:org:w3id:rec:Lobby;1",
"@type": "Interface",
"displayName": {
"en": "Lobby"
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@id": "dtmi:org:w3id:rec:Lounge;1",
"@type": "Interface",
"displayName": {
"en": "Lounge"
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"@id": "dtmi:org:w3id:rec:TeamRoom;1",
"@type": "Interface",
"displayName": {
"en": "Team room"
},
"extends": "dtmi:org:w3id:rec:Room;1",
"@context": ["dtmi:dtdl:context;2"]
}

0 comments on commit 196cd58

Please sign in to comment.