Skip to content

Commit

Permalink
Merge pull request #418 from WillowInc/auto/1.0.1.85
Browse files Browse the repository at this point in the history
Set .nuspec version to 1.0.1.85
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
2 parents aadd5dc + 9db0ecf commit 3b302ae
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Metadata/Willow.Ontology.DTDLv3.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -6362,6 +6362,18 @@
"schema": "dtmi:com:willowinc:EquipmentIsFedBySubstances;1"
}
]
},
{
"@type": "Property",
"name": "standbyEquipment",
"displayName": {
"en": "Standby Equipment"
},
"description": {
"en": "Indicates that a piece of equipment is designated as standby and will only operate in the event of a failure of duty equipment."
},
"writable": true,
"schema": "boolean"
}
],
"schemas": [
Expand Down Expand Up @@ -18439,6 +18451,23 @@
"dtmi:dtdl:extension:overriding;1"
]
},
{
"@id": "dtmi:com:willowinc:ExcludeState;1",
"@type": "Interface",
"displayName": {
"en": "Exclude State"
},
"description": {
"en": "The Boolean state of the mode which is \u0027exclude\u0027 when \u0027true\u0027 and \u0027include\u0027 when \u0027false\u0027"
},
"extends": [
"dtmi:com:willowinc:BinaryState;1"
],
"contents": [],
"@context": [
"dtmi:dtdl:context;3"
]
},
{
"@id": "dtmi:com:willowinc:FatsOilsGreaseDisposal;1",
"@type": "Interface",
Expand Down Expand Up @@ -27072,6 +27101,23 @@
"dtmi:dtdl:context;3"
]
},
{
"@id": "dtmi:com:willowinc:ExcludeFromResetCalculationsState;1",
"@type": "Interface",
"displayName": {
"en": "Exclude From Reset Calculations State"
},
"description": {
"en": "The Boolean state of excluding the asset from reset calculations, which is \u0027exclude\u0027 when \u0027true\u0027 and \u0027include\u0027 when \u0027false\u0027"
},
"extends": [
"dtmi:com:willowinc:ExcludeState;1"
],
"contents": [],
"@context": [
"dtmi:dtdl:context;3"
]
},
{
"@id": "dtmi:com:willowinc:ExhaustFan;1",
"@type": "Interface",
Expand Down
2 changes: 1 addition & 1 deletion Metadata/Willow.Ontology.DTDLv3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WillowInc.Ontology.DTDLv3</id>
<version>1.0.1.84</version>
<version>1.0.1.85</version>
<authors>Willow, Inc.</authors>
<owners>willowinc</owners>
<projectUrl>https://github.com/WillowInc/opendigitaltwins-building</projectUrl>
Expand Down

0 comments on commit 3b302ae

Please sign in to comment.