32
Notification setting
[Alarm]
Check the alarm events to be notified to the MQTT server.
Terminal 1:
Notifies the MQTT server when an alarm occurs at terminal 1.
Terminal 2:
Notifies the MQTT server when an alarm occurs at terminal 2.
Terminal 3:
Notifies the MQTT server when an alarm occurs at terminal 3.
VMD:
Notifies the MQTT server when motion detection occurs.
Command alarm:
Notifies the MQTT server when a command alarm is entered.
[Topic]
Set the MQTT topic name to be sent. Topics have a hierarchical structure separated by "/".
Available number of characters:
1 - 128 characters
Available characters:
Alphanumeric characters, "/"
Default
:
Terminal 1
:
i-PRO/NetworkCamera/Alarm/Terminal/1
Terminal 2
:
i-PRO/NetworkCamera/Alarm/Terminal/2
Terminal 3
:
i-PRO/NetworkCamera/Alarm/Terminal/3
VMD
:
i-PRO/NetworkCamera/Alarm/VideoMotionDetection
Command alarm
:
i-PRO/NetworkCamera/Alarm/Command
[Payload]
Set the MQTT message payload.
Available number of characters:
1 - 128 characters
Available characters:
Alphanumeric characters
Default
:
Terminal 1
:
terminal alarm 1
Terminal 2
:
terminal alarm 2
Terminal 3
:
terminal alarm 3
VMD
:
VMD alarm
Command alarm
:
cmd
[QoS]
Select the QoS level from 0, 1, 2.The communication quality improves in the order of 0<1<2.
0:
The message is delivered at most once with QoS0. There is no guarantee that the message will reach
the server.
1:
The message is delivered at least once with QoS1. The message is guaranteed to reach the
destination, but may be duplicated.
2:
The message is delivered exactly once with QoS2. It guarantees that the message arrives just once.
Default
:
1
[Retain]
Check this box if you want the MQTT server to save the last notified message.
Default:
Unchecked