Skip to content
Snippets Groups Projects
Unverified Commit 8575bbeb authored by Martin's avatar Martin Committed by GitHub
Browse files

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

parent 16758693
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment