Skip to content

Commit

Permalink
revert electrical connector lengths to be in IP units (feet)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jan 28, 2025
1 parent 7667a99 commit ed72973
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"$ref": "#/definitions/ElectricalLineType"
},
"lengths": {
"description": "Length (meters) of each segment, generated on export.",
"description": "Length (ft) of each segment, generated on export.",
"type": "array",
"items": {
"type": "number"
}
},
"total_length": {
"description": "Total length (meters) of the line, generated on export.",
"description": "Total length (ft) of the line, generated on export.",
"type": "number"
},
"startJunctionId": {
Expand Down

0 comments on commit ed72973

Please sign in to comment.