Skip to content

Commit

Permalink
Added missing rooms (closes #242)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteHart committed Dec 4, 2023
1 parent 1c20b85 commit 68c6a09
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 68c6a09

Please sign in to comment.