Skip to content

Commit 143368d

Browse files
authored
Update const.py
1 parent 8504ab4 commit 143368d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • custom_components/switch_port_card_pro

custom_components/switch_port_card_pro/const.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
CONF_OID_FIRMWARE: Final = "oid_firmware"
2727
CONF_OID_HOSTNAME: Final = "oid_hostname"
2828
CONF_OID_UPTIME: Final = "oid_uptime"
29+
CONF_OID_IDESCR: Final = "1.3.6.1.2.1.2.2.1.2"
30+
CONF_OID_IFTYPE: Final = "1.3.6.1.2.1.2.2.1.3"
31+
CONF_OID_IFSPEED: Final = "1.3.6.1.2.1.2.2.1.5"
32+
CONF_OID_IFHIGHSPEED: Final = "1.3.6.1.2.1.31.1.1.1.15"
33+
CONF_OID_SYSDESCR: Final = "1.3.6.1.2.1.1.1.0"
2934

3035
SNMP_VERSION_TO_MP_MODEL = {
3136
"v1": 0,

0 commit comments

Comments
 (0)