JsonClientConfig: { version: number; replyTo: string; broker: JsonBroker; topic: string; qos: QoS; password: string; timeoutMs: number }

Type of server configuration.

Type declaration

  • version: number

    Version of this configuration format

  • replyTo: string

    Topic on which receive the command result

  • broker: JsonBroker

    The connection configuraiton

  • topic: string

    Topic on which publish the command to execute

  • qos: QoS

    The QoS to use

  • password: string

    The password to use to allow commands

  • timeoutMs: number

    The timeout to wait the command completion

Generated using TypeDoc