NetPing server room environmental monitoring solutions and IP power distribution units.
Copyright © NetPing east Co., Ltd / E-mail:
/ Phone: +886-2-23121582
[email protected] www.netpingdevice.com
[ENG] 15.7. [DKSF 48.5 IU] Control of the Transceiver of the IR Commands
An interface of URL-encoded commands in a device can be used to integrate with web applications without using an SNMP protocol. It is possible
hrough the interface of URL-encoded commands.
to control an IR command transceiver t
SENDING AN IR COMMAND
where:
N is a number of a command.
–
RETURNED VALUES
An error is returned only if a request format is
or a command number is
. Errors of the module IRC-TRv2 are not checked when a
incorrect
wrong
response is formulated.
AUTHORIZATION
http://192.168.0.100/ir.cgi?play=N
ir_result('ok')
ir_result('error')
To add a login and password to the structure of a URL-encoded command, it is possible to use the next scheme:
http://<username>:<password>@<host>:<port>/<URL‐path>?<parameters>
where:
<username>:<password>
web interface;
– are credentials for authorization in a device
<host> is an IP address of a device;
–
<port> is a port of an HTTP server;
–
<URL‐path>?<parameters> is a URL-encoded command
–