Go to the source code of this file.
Classes | |
| class | homeassistant.components.snmp.switch.SnmpSwitch |
Namespaces | |
| homeassistant.components.snmp.switch | |
Functions | |
| None | homeassistant.components.snmp.switch.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.snmp.switch._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.snmp.switch.CONF_COMMAND_OID = "command_oid" |
| string | homeassistant.components.snmp.switch.CONF_COMMAND_PAYLOAD_OFF = "command_payload_off" |
| string | homeassistant.components.snmp.switch.CONF_COMMAND_PAYLOAD_ON = "command_payload_on" |
| string | homeassistant.components.snmp.switch.DEFAULT_COMMUNITY = "private" |
| int | homeassistant.components.snmp.switch.DEFAULT_PAYLOAD_OFF = 0 |
| int | homeassistant.components.snmp.switch.DEFAULT_PAYLOAD_ON = 1 |
| dictionary | homeassistant.components.snmp.switch.MAP_SNMP_VARTYPES |
| homeassistant.components.snmp.switch.PLATFORM_SCHEMA | |