Add PoE (mode/type) to component definition (#912)

This commit is contained in:
Martin 2022-09-16 04:05:58 +02:00 committed by GitHub
parent 1675869369
commit 8575bbeba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -394,6 +394,26 @@
"other"
]
},
"poe_mode": {
"type": "string",
"enum": [
"pd",
"pse"
]
},
"poe_type": {
"type": "string",
"enum": [
"type1-ieee802.3af",
"type2-ieee802.3at",
"type3-ieee802.3bt",
"type4-ieee802.3bt",
"passive-24v-2pair",
"passive-24v-4pair",
"passive-48v-2pair",
"passive-48v-4pair"
]
},
"mgmt_only": {
"type": "boolean"
}