A NetLinx module for interfacing with the AMX CTC-1402 switcher.
DEFINE_DEVICE
dvSwitcher = 6001:1:0
vdvSwitcher = 33201:1:0
define_module 'mAMX-CTC-1402' SwitcherComm(vdvSwitcher, dvSwitcher)
DEFINE_EVENT
data_event[vdvSwitcher] {
online: {
// Switch to Input 1
send_command data.device, "'SWITCH-1'"
// Set Volume to 50% (0-255)
send_command data.device, "'VOLUME-128'"
}
}
SWITCH
- Switch to the specified input. The input number is specified as a string. For example, to switch to input 1, send the command 'SWITCH-1'
VOLUME
- Set the volume to the specified level. The volume level is specified as a string. For example, to set the volume to 50%, send the command 'VOLUME-128'
This project is maintained by the following person(s) and a bunch of awesome contributors.
Damien Butt |
Thanks go to these awesome people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!