Command Reference ***************** ESP Easy offers a set of commands to control hardware devices and provide some basic local control using rules. There are several ways to launch commands on ESP Easy: .. csv-table:: :header: "Protocol", "Syntax", "Extra information" :widths: 8, 15, 15 " HTTP "," **http:///control?cmd=** ```` "," Send commands over the HTTP protocol. " " MQTT "," **/cmd** with payload: ```` "," Send commands over the MQTT protocol. " " Serial (TTL) "," ```` "," Send commands using serial (RX/TX). Just type the ```` " " UDP "," **SendTo,,** ```` "," Send commands from one ESP Easy unit to another. Setup UDP ESP Easy peer-2-peer controller first. " " Rules "," ```` "," Internally within ESP Easy. Just enter the ```` within an event block or conditional block. " Commands are divided into several classes: :red:`Internal` can be run from serial and rules engine :green:`Rules` can be run from serial and rules engine :cyan:`Plugin` can be run from serial, rules engine, HTTP, MQTT :blue:`Special` can be used from any source Commands listed --------------- (core commands and plugin commands) .. include:: ../Plugin/P000_commands.repl Internal GPIO handling and ringtones ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../Plugin/P001_commands_GPIO.repl .. include:: ../Plugin/P001_commands_RTTTL.repl Plugin based commands ~~~~~~~~~~~~~~~~~~~~~ .. .. include:: ../Plugin/P002_commands.repl