diff --git a/switch_backend.py b/switch_backend.py index ebf3423..dedb207 100644 --- a/switch_backend.py +++ b/switch_backend.py @@ -476,7 +476,7 @@ def _poll_loop(): try: data = { "port_status": read_cmd("show interfaces"), - "poe_status": read_cmd("show poe-port status ALL"), + "poe_status": read_cmd("show poe-main-status"), "vlan_members": read_cmd("show vlan"), "sys_info": read_cmd("show sys-info"), }