Files
ESPEasy/docs/source/Plugin/P093_examples_http.repl
T

20 lines
474 B
Plaintext

.. csv-table::
:header: "Command", "Description"
:widths: 20, 40
"
``http://192.168.0.100/control?cmd=MitsubishiHP,power,ON``
","
Turn on AC
"
"
``http://192.168.0.100/control?cmd=MitsubishiHP,temperature,23``
","
Set target temperature to 23
"
"
``http://192.168.0.100/control?cmd=MitsubishiHP,fan,AUTO``
","
Set fan mode to ``AUTO``
"