Skip to content

Commit

Permalink
Merge pull request #512 from WillowInc/2024-08-29-pv-area
Browse files Browse the repository at this point in the history
Add dimensions to PV Panel
  • Loading branch information
rszcodronski authored Aug 29, 2024
2 parents 5e1ecfe + 824254d commit e51d3ac
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,48 @@
"dtmi:com:willowinc:ElectricalGenerationStorageEquipment;1"
],
"contents": [
{
"@type": ["Property", "Length"],
"displayName": {
"en": "length"
},
"name": "length",
"schema": "double",
"unit": "millimetre",
"writable": true
},
{
"@type": ["Property", "ValueAnnotation", "Override"],
"displayName": {
"en": "length unit"
},
"name": "lengthUnit",
"annotates": "length",
"overrides": "unit",
"schema": "LengthUnit",
"writable": true
},
{
"@type": ["Property", "Length"],
"displayName": {
"en": "width"
},
"name": "width",
"schema": "double",
"unit": "millimetre",
"writable": true
},
{
"@type": ["Property", "ValueAnnotation", "Override"],
"displayName": {
"en": "width unit"
},
"name": "widthUnit",
"annotates": "width",
"overrides": "unit",
"schema": "LengthUnit",
"writable": true
},
{
"@type": "Property",
"displayName": {
Expand Down

0 comments on commit e51d3ac

Please sign in to comment.