owner.mqtt¶
Mqtt owner¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The broker to link with this value |
||
type |
string |
||
|
The topic to use when subscribing to the broker |
||
type |
string |
||
|
The qos for this value |
||
type |
string |
||
enum |
AT_MOST_ONCE, AT_LEAST_ONCE, EXACTLY_ONCE |
||
default |
AT_LEAST_ONCE |
||
|
The parser to use for this value |
||
default |
type |
STANDARD |
|
additionalProperties |
False |
MqttParserConfigurationEntity¶
type |
object |
|
properties |
||
|
The parser to use |
|
type |
string |
|
enum |
STANDARD, JSON, STANDARD_WITH_TOPIC |
|
|
The json path where to get the value |
|
type |
string |
|
|
The value type of the content extracted |
|
type |
string |
|
enum |
BOOLEAN, INTEGER, DECIMAL, TEXT |
|
|
The json path of the timestamp to use |
|
type |
string |
|
|
The unit of the timestamp |
|
type |
string |
|
enum |
NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS |
|
additionalProperties |
False |