Back to Arduino Esp32

ZigbeeGateway

docs/en/zigbee/ep_gateway.rst

3.3.8765 B
Original Source

############# ZigbeeGateway #############

About

The ZigbeeGateway class provides a gateway endpoint for Zigbee networks. This endpoint implements the Zigbee Home Automation (HA) standard for network coordination and gateway functionality. Gateway is a device that can be used to bridge Zigbee network to other networks (e.g. Wi-Fi, Ethernet, etc.).

API Reference

Constructor


ZigbeeGateway ^^^^^^^^^^^^^

Creates a new Zigbee gateway endpoint.

.. code-block:: arduino

ZigbeeGateway(uint8_t endpoint);
  • endpoint - Endpoint number (1-254)

Example

Gateway Implementation


.. literalinclude:: ../../../libraries/Zigbee/examples/Zigbee_Gateway/Zigbee_Gateway.ino :language: arduino