JsonCommand: { name: string; replyTo: string; password: string; version: number }

The format of a command message.

Type declaration

  • name: string

    The name of the command

  • replyTo: string

    The topic on which publish the command result

  • password: string

    The password to allow the commnad

  • version: number

    The version of this message format

Generated using TypeDoc