Http command

Sending or receiving data from the device is done using our command node. All method types are supported (get, post, put) these can be selected using the metod type option. Under command option we type in our command and use headers if the command has headers.

The exact command that we need to use should be available in the manual or is the command part of the API URL. For our weather parsing integration, we're using publicly available weather API and it's URL.

We can also send the command cyclically or add a trigger that will send our command out.

Image 4254