JsonServerConfig: { version: number; topic: string; broker: JsonBroker; commands: JsonCommandDef[]; qos: QoS }

Type of server configuration.

Type declaration

  • version: number

    The version of this configuration file format

  • topic: string

    The topic on which listen

  • broker: JsonBroker

    The connectio configuration

  • commands: JsonCommandDef[]

    The list of commands

  • qos: QoS

    The QoS to use to send the command results

Generated using TypeDoc