Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IJobManagerOptions

Hierarchy

  • IJobManagerOptions

Index

Properties

Optional clientID

clientID: string

A client ID to use when connecting to the MQTT broker. A random ID will be generated if one is not supplied. The ID must be unique to the broker that the client will be connecting to.

Optional host

host: string

The address of the MQTT broker. Does not include the port. If not present 127.0.0.1 will be used.

Optional password

password: string

The password to use when connecting to the MQTT broker. If not present no authentication will be used.

Optional port

port: number

The port of the MQTT broker. If not present 1883 will be used.

Optional topic

topic: string

The base of the MQTT topics to subscribe to. All topics used within W.I.S.E. should have the same beginning topic.

Optional username

username: string

The username to use when connecting to the MQTT broker. If not present no authentication will be used.