Variables | |
| string | CONF_ACCEPT_ERRORS = "accept_errors" |
| string | CONF_AUTH_KEY = "auth_key" |
| string | CONF_AUTH_PROTOCOL = "auth_protocol" |
| string | CONF_BASEOID = "baseoid" |
| string | CONF_COMMUNITY = "community" |
| string | CONF_DEFAULT_VALUE = "default_value" |
| string | CONF_PRIV_KEY = "priv_key" |
| string | CONF_PRIV_PROTOCOL = "priv_protocol" |
| string | CONF_VARTYPE = "vartype" |
| string | CONF_VERSION = "version" |
| string | DEFAULT_AUTH_PROTOCOL = "none" |
| string | DEFAULT_COMMUNITY = "public" |
| string | DEFAULT_HOST = "localhost" |
| string | DEFAULT_NAME = "SNMP" |
| string | DEFAULT_PORT = "161" |
| string | DEFAULT_PRIV_PROTOCOL = "none" |
| int | DEFAULT_TIMEOUT = 8 |
| string | DEFAULT_VARTYPE = "none" |
| string | DEFAULT_VERSION = "1" |
| dictionary | MAP_AUTH_PROTOCOLS |
| dictionary | MAP_PRIV_PROTOCOLS |
| dictionary | SNMP_VERSIONS = {"1": 0, "2c": 1, "3": None} |
SNMP constants.
| string homeassistant.components.snmp.const.CONF_ACCEPT_ERRORS = "accept_errors" |
| string homeassistant.components.snmp.const.CONF_AUTH_KEY = "auth_key" |
| string homeassistant.components.snmp.const.CONF_AUTH_PROTOCOL = "auth_protocol" |
| string homeassistant.components.snmp.const.CONF_BASEOID = "baseoid" |
| string homeassistant.components.snmp.const.CONF_COMMUNITY = "community" |
| string homeassistant.components.snmp.const.CONF_DEFAULT_VALUE = "default_value" |
| string homeassistant.components.snmp.const.CONF_PRIV_KEY = "priv_key" |
| string homeassistant.components.snmp.const.CONF_PRIV_PROTOCOL = "priv_protocol" |
| string homeassistant.components.snmp.const.CONF_VARTYPE = "vartype" |
| string homeassistant.components.snmp.const.CONF_VERSION = "version" |
| string homeassistant.components.snmp.const.DEFAULT_AUTH_PROTOCOL = "none" |
| string homeassistant.components.snmp.const.DEFAULT_COMMUNITY = "public" |
| string homeassistant.components.snmp.const.DEFAULT_HOST = "localhost" |
| string homeassistant.components.snmp.const.DEFAULT_NAME = "SNMP" |
| string homeassistant.components.snmp.const.DEFAULT_PORT = "161" |
| string homeassistant.components.snmp.const.DEFAULT_PRIV_PROTOCOL = "none" |
| string homeassistant.components.snmp.const.DEFAULT_VARTYPE = "none" |
| string homeassistant.components.snmp.const.DEFAULT_VERSION = "1" |
| dictionary homeassistant.components.snmp.const.MAP_AUTH_PROTOCOLS |
| dictionary homeassistant.components.snmp.const.MAP_PRIV_PROTOCOLS |