User's Manual

Project
DATE
22/06/20
TCU-FITAX-3.5
FCC Certification
REFERENCE
LEVEL
V01.04
43/45
Link to TOP INDEX
MVT
Version:
V01.00
V01.01
V01.02
V01.03
V01.04
Author:
MVT
MVT
MVT
MVT
MVT
Date:
23/03/20
11/05/20
20/05/20
22/05/20
22/06/20
FICOSA INTERNATIONAL S.A. 2016. This document or its contents may not be communicated
or distributed to third parties or reproduced in whole or in part without the express permission of FICOSA
11.3.5 Command execution
Some of the MQTT topics accept commands. To execute a command, the specified
string should be published to the topic that accepts the command. If the command
requires some parameters, those should be provided together with the command
using as a delimiter a blank space.
11.3.6 Request/Response format
The information could be published over MQTT topics in different formats:
1. String format: Some data will be published over MQTT topic as a string (RAW
data).
2. JSON format: Some data will be published over MQTT topic using a JSON
format to ease data parsing.