The Biamp Tesira Nodes consists of the Connect and Command Node.
Node Functions:
The Biamp-Tesira-Connect Node is used to make a secure SSH connection to a Tesira device.
The properties window accepts the following parameters: IP Address, Username, Password.
This node includes a Connected and Lost Connection signal.
The Biamp-Tesira-Command Node is used to send commands and receive responses from the device.
Accepts a string in the msg.payload format.
Outputs messages received from the device.
Refer to the Tesira Command String Calculator for commands: https://support.biamp.com/Tesira/Control/Tesira_command_string_calculator
Also see the Tesira Text Protocol (TTP) for advanced commands: https://support.biamp.com/Tesira/Control/Tesira_Text_Protocol
Note: TTP can be used over Secure Shell (SSH), Telnet or RS-232 Serial connections. Multiple sessions to a single server can be created, however, subscriptions are session based, meaning that the subscription will only be available to the session that initiated it. If that session goes away or is disconnected, then the subscription is lost and must be re-established. Currently, the Biamp-Tesira Node only supports one session.