Allow UniFi control PoE passthrough properly (#92028)
This commit is contained in:
parent
828aed73af
commit
09109d093e
2 changed files with 7 additions and 1 deletions
|
@ -138,6 +138,7 @@ DEVICE_1 = {
|
|||
"media": "GE",
|
||||
"name": "Port 1",
|
||||
"port_idx": 1,
|
||||
"poe_caps": 7,
|
||||
"poe_class": "Class 4",
|
||||
"poe_enable": True,
|
||||
"poe_mode": "auto",
|
||||
|
@ -151,6 +152,7 @@ DEVICE_1 = {
|
|||
"media": "GE",
|
||||
"name": "Port 2",
|
||||
"port_idx": 2,
|
||||
"poe_caps": 7,
|
||||
"poe_class": "Class 4",
|
||||
"poe_enable": True,
|
||||
"poe_mode": "auto",
|
||||
|
@ -164,6 +166,7 @@ DEVICE_1 = {
|
|||
"media": "GE",
|
||||
"name": "Port 3",
|
||||
"port_idx": 3,
|
||||
"poe_caps": 7,
|
||||
"poe_class": "Unknown",
|
||||
"poe_enable": False,
|
||||
"poe_mode": "off",
|
||||
|
@ -177,6 +180,7 @@ DEVICE_1 = {
|
|||
"media": "GE",
|
||||
"name": "Port 4",
|
||||
"port_idx": 4,
|
||||
"poe_caps": 7,
|
||||
"poe_class": "Unknown",
|
||||
"poe_enable": False,
|
||||
"poe_mode": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue