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 <adrien.chabod@resel.fr>
This commit is contained in:
Arseny
2025-09-04 17:37:01 +03:00
committed by GitHub
parent 9e75c6485e
commit be61d70b91

View File

@@ -15,6 +15,9 @@
"type": "string",
"maxLength": 50
},
"airflow": {
"$ref": "urn:devicetype-library:generated-schema#/definitions/airflow"
},
"weight": {
"$ref": "urn:devicetype-library:reusable#/definitions/weight"
},