DmxCommand
A command sent to a DMX fixture to get it to do things (eg turn off, reset, etc)
Category: Devices
Base class: Resource
Properties
channel : int
The channel (1-based) to send the number to
UserName: Channel
encoding : int
Options: {0: ‘8-bit’, 1: ‘16-bit big endian’, 2: ‘16-bit little endian’, 3: ‘24-bit big endian’, 4: ‘24-bit little endian’}
UserName: Encoding
max_value : int
Allows you scale the ‘value’ to any range. ‘max’ specifies the upper number in the range
Category: Range
UserName: Maximum value
min_value : int
Allows you scale the ‘value’ to any range. ‘min’ specifies the lower number in the range
Category: Range
UserName: Minimum value
time : int
If the number must be sent for a certain duration to active the command, specify it here (in seconds)
UserName: Time
value : int
The number to send to activate the command
UserName: Value