Installing the Singlewire InformaCast® RGB (Multi-Color) Strobe
Singlewire InformaCast® RGB (Multi-Color) Strobe Setup
Operations Guide
931633A
CyberData Corporation
74
2.6 Command Interface
Some functions on the device can be activated using simple POST commands to the web interface.
The examples in
use the free unix utility,
wget commands
. However, any program that
can send HTTP POST commands to the device should work.
2.6.1 Command Interface Post Commands
Note
These commands require an authenticated session (a valid username and password to
work).
Device Action
HTTP Post Command
a
wget --user admin --password admin --auth-no-challenge --quiet -
O /dev/null --no-check-certificate "https://10.10.1.154/command" --
post-data "request=swap_boot_partition"
Table 2-20. Command Interface Post Commands
Test relay
wget --user admin --password admin --auth-no-challenge --quiet -
O /dev/null --no-check-certificate "https://10.10.1.154/command" --
post-data "request=test_relay"
Place call to extension (example: extension 600)
wget --user admin --password admin --auth-no-challenge --quiet -
O /dev/null --no-check-certificate "https://10.10.1.154/command" --
post-data "request=call&extension=600"
Terminate call
wget --user admin --password admin --auth-no-challenge --no-
check-certificate --quiet -O /dev/null "https://10.10.0.40/command"
--post-data "terminate=yes"
Reboot
wget --user admin --password admin --auth-no-challenge --quiet -
O /dev/null --no-check-certificate "https://10.10.1.154/command" --
post-data "request=reboot"
Swap boot partitions
a.Type and enter all of each http POST command on one line.