Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.numato.NumatoAPI Member List

This is the complete list of members for homeassistant.components.numato.NumatoAPI, including all inherited members.

__init__(self)homeassistant.components.numato.NumatoAPI
check_device_id(self, int device_id)homeassistant.components.numato.NumatoAPI
check_port(self, int device_id, int port, int direction)homeassistant.components.numato.NumatoAPI
check_port_free(self, int device_id, int port, int direction)homeassistant.components.numato.NumatoAPI
edge_detect(self, int device_id, int port, Callable[[int, bool], None] event_callback)homeassistant.components.numato.NumatoAPI
read_adc_input(self, int device_id, int port)homeassistant.components.numato.NumatoAPI
read_input(self, int device_id, int port)homeassistant.components.numato.NumatoAPI
setup_input(self, int device_id, int port)homeassistant.components.numato.NumatoAPI
setup_output(self, int device_id, int port)homeassistant.components.numato.NumatoAPI
write_output(self, int device_id, int port, int value)homeassistant.components.numato.NumatoAPI