owner.mqtt

Mqtt owner

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

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

  • isTemplateGeneratedByOspComposer

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

  • brokerId

The broker to link with this value

type

string

  • topic

The topic to use when subscribing to the broker

type

string

  • qos

The qos for this value

type

string

enum

AT_MOST_ONCE, AT_LEAST_ONCE, EXACTLY_ONCE

default

AT_LEAST_ONCE

  • parser

The parser to use for this value

default

type

STANDARD

MqttParserConfigurationEntity

additionalProperties

False

MqttParserConfigurationEntity

type

object

properties

  • type

The parser to use

type

string

enum

STANDARD, JSON, STANDARD_WITH_TOPIC

  • filter

The json path where to get the value

type

string

  • resultType

The value type of the content extracted

type

string

enum

BOOLEAN, INTEGER, DECIMAL, TEXT

  • timestampLocation

The json path of the timestamp to use

type

string

  • timestampUnit

The unit of the timestamp

type

string

enum

NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS

additionalProperties

False