RDM Universe Key#

Used to specify the target universe for RDM operations. It is a JSON object with the following attributes:

Attribute

Value Type

Description

protocol

integer

Output protocol (see Enumerated Protocols).

index

integer

Only required for protocols DMX and ART-NET.

remote_device_num

integer

Only required for protocol EDN. The remote device number of the EDN node.

remote_device_type

integer

Only required for protocol EDN. The type of EDN as defined in Enumerated EDN Device Types.

port

integer

Only required for protocol EDN. The port on the EDN.

Enumerated Protocols#

Constants for protocols are defined in query.js as follows:

Name

Value

DMX

1

PATHPORT

2

ARTNET

4

KINET

8

SACN

16

DVI

32

RIO_DMX

64

EDN

128

Enumerated EDN Device Types#

Constants for EDN types are defined in query.js as follows:

Name

Value

EDN20

109

EDN10

110