Skip to content

Commit af9657f

Browse files
authored
Add miscLoads to BaseBuilding
1 parent 11b382a commit af9657f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/schemas/request/BaseBuilding.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"electrical": ELECTRICAL, // refer to Electrical schema
1818
"photovoltaic": [ PHOTOVOLTAIC ], // refer to Photovoltaic schema
1919
},
20-
"appliances": APPLIANCES // refer to Appliances schema
21-
}
20+
"appliances": APPLIANCES, // refer to Appliances schema
21+
"miscLoads": MISC_LOADS // refer to Misc Loads schema
22+
}

0 commit comments

Comments
 (0)