Skip to content

Commit be61d70

Browse files
authored
schema/moduletype: Add airflow (#3510)
This is useful for fan modules, as well as hot plug power supply modules with built-in fans. Suggested-by: Adrien Chabod <[email protected]>
1 parent 9e75c64 commit be61d70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/moduletype.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"type": "string",
1616
"maxLength": 50
1717
},
18+
"airflow": {
19+
"$ref": "urn:devicetype-library:generated-schema#/definitions/airflow"
20+
},
1821
"weight": {
1922
"$ref": "urn:devicetype-library:reusable#/definitions/weight"
2023
},

0 commit comments

Comments
 (0)