![Flexitron Webdyn WebdynEasy LoRaWAN User Manual Download Page 52](http://html1.mh-extra.com/html/flexitron/webdyn-webdyneasy-lorawan/webdyn-webdyneasy-lorawan_user-manual_2304913052.webp)
52
USER MANUAL - WebdynEasy LoRaWAN
Version 0.10
The alarm file format is described by the alarm XSD file. XSD files may change depending on
firmware versions. They are shipped with every update.
Alarms can be configured to be uploaded immediately they are triggered (On), at the next
connection (Delayed) or disabled (Off). (see section
5.1.4
:
“
Alarms
”)
6.5
Commands
Actions can be run on the hub remotely. To do this, the hub must be send a command. This
command can be sent using an XML format command file, or by text message.
•
XML command file:
The command file must be uploaded to the remote server “INBOX” directory for the
hub (“INBOX/
<uid>
/”, where
<uid>
is the hub identifier). In the same way as the
configuration files. All the files in this directory will be downloaded before being
deleted and run.
The command file format is described by the command XSD file. XSD files may change
depending on firmware versions. They are shipped with every update.
•
Test message:
The text message format must be the following:
or
Where:
•
command: the command to be sent
•
param1, param2, ..., parami: command parameters
•
value1, value2, …, valuei: parameter values
All commands accept two optional parameters "uid" and "cid":
•
uid: unique hub identifier
Be careful, the maximum size for sent text messages must not exceed 160
characters. If the hub receives text messages longer than 160 characters, it will
only process the complete commands in the 1
st
text message.
cmd=command
param1=value1
param2=value2
…
parami=valuei
cmd=command;param1
=value1;param2=val
ue;…;parami=valuei