Skip to content

Commit

Permalink
Add dimensions to PV Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
rszcodronski committed Aug 29, 2024
1 parent 5e1ecfe commit 824254d
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 824254d

Please sign in to comment.