beautypg.com

Sendhttprequest, Http command sending, Sendmulticastrequest – 2N Helios IP Automation Manual v2.8 User Manual

Page 22: Command sending to multiple devices, Action.sendmulticastrequest, Example, Parameters

background image

22

2N TELEKOMUNIKACE a.s., www.2n.cz

®

Example

Terminate a call if the event defined on row 2 arises:

Action.EndCall: Event=2

Action.SendHttpRequest

The

block defines the action necessary for sending of an HTTP

SendHttpRequest

command to another LAN device. The HTTP command helps you control other devices
in the LAN (IP relay, recording system, another intercom, etc.).

Parameters

Event

efine the event to launch the action.

d

Condition – define the condition to be met to execute the action. This parameter
is optional.
Uri – define the standard HTTP URI including the destination address and,
optionally, the path and other parameters.

Example

Send an HTTP command to the device with the IP address 192.168.1.1 if the event
defined on row 2 arises:

Action.SendHttpRequest: uri=

; Event=2

http://192.168.1.1/message

Action.SendMulticastRequest

The

block defines the action necessary for user command

SendMulticastRequest

sending to multiple devices. The sent command can be processed by the
MulticastTrigger block. The command is a message sent by UDP to a multicast address
(235.255.255.250:4433) and can thus be received by multiple devices at the same
time. The message includes the command ID (Command parameter) and additional
optional parameters (Params parameters). The message can be password-secured
(Password parameter).