Status

API for communication with ZBOS by Zora Robotics.

Channels

zbos/notification/all/event

SUB Notify everything

Channel tags
  • Status

NotificationOptions

Message json

Payload

Name

Type

Description

Accepted values

message

object

Any

message. message

string

Any

message. translate

boolean

Any

message. formatArguments

array (string)

Any

message. translationCategory

string

Any

Examples of payload
{
  "message": {
    "message": "string",
    "translate": true,
    "formatArguments": [
      "string"
    ]
  }
}

zbos/notification/info/event

SUB Notify information

Channel tags
  • Status

NotificationOptions

Message json

Payload

Name

Type

Description

Accepted values

message

object

Any

message. message

string

Any

message. translate

boolean

Any

message. formatArguments

array (string)

Any

message. translationCategory

string

Any

Examples of payload
{
  "message": {
    "message": "string",
    "translate": true,
    "formatArguments": [
      "string"
    ]
  }
}

zbos/notification/warning/event

SUB Notify warnings

Channel tags
  • Status

NotificationOptions

Message json

Payload

Name

Type

Description

Accepted values

message

object

Any

message. message

string

Any

message. translate

boolean

Any

message. formatArguments

array (string)

Any

message. translationCategory

string

Any

Examples of payload
{
  "message": {
    "message": "string",
    "translate": true,
    "formatArguments": [
      "string"
    ]
  }
}

zbos/notification/error/event

SUB Notify errors

Channel tags
  • Status

NotificationOptions

Message json

Payload

Name

Type

Description

Accepted values

message

object

Any

message. message

string

Any

message. translate

boolean

Any

message. formatArguments

array (string)

Any

message. translationCategory

string

Any

Examples of payload
{
  "message": {
    "message": "string",
    "translate": true,
    "formatArguments": [
      "string"
    ]
  }
}