User Tools

Site Tools


supported_hardware:nohassle4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
supported_hardware:nohassle4 [2023/01/07 15:52] – created James Sentmansupported_hardware:nohassle4 [2023/02/13 14:52] (current) – external edit 127.0.0.1
Line 1: Line 1:
 =====No Hassle AV 4x4 HDMI Matrix Switches===== =====No Hassle AV 4x4 HDMI Matrix Switches=====
-{{:supported_hardware:nohassle4x4.jpg?250}}{{:supported_hardware:nohassle4x4mini.jpg?250|}}{{:supported_hardware:nohassle4x4p8.jpg?250|}}{{:supported_hardware:nohassle4x4hdbaset.jpg?250|}}+{{:supported_hardware:nohassle4x4mini.jpg?250|}}{{:supported_hardware:nohassle4x4p8.jpg?250|}}{{:supported_hardware:nohassle4x4hdbaset.jpg?250|}}
  
 This plugin supports 4 different [[http://nohassleav.com/support/|No Hassle AV 4x4 HDMI switches]]. It does not support the serial connection, only the network connection so the device must have been given a static IP address and be on the network to work. The connection is one way so there is no way to keep the Units in XTension showing the current state if you change it via some other means. This plugin supports 4 different [[http://nohassleav.com/support/|No Hassle AV 4x4 HDMI switches]]. It does not support the serial connection, only the network connection so the device must have been given a static IP address and be on the network to work. The connection is one way so there is no way to keep the Units in XTension showing the current state if you change it via some other means.
Line 45: Line 45:
 end if end if
 </code> </code>
 +
 +====Additional Scripting Commands:====
 +
 +===Power On/Off===
 +The power on and off commands are supported by all except the “mini” version of the supported devices.
 +
 +<code>
 +tell xInterface “name you gave to the interface” to powerOn()
 +tell xInterface “name you gave to the interface” to powerOff()
 +</code>
 +
 +===Reboot===
 +The mini version of the device does not support the reboot command, the others do.
 +
 +There are 2 ways to issue a reboot command, via the [[dictionary:xtension:initializecontroller|Initialize Controller]] verb or via the reboot script command:
 +
 +<code>
 +Initialize Controller “name you gave to the interface”
 +
 +tell xInterface “name you gave to the interface” to reboot()
 +</code>
 +
 +===Set All Outputs===
 +Only the mini device supports the set all outputs command. You must pass an input number from 1 through 4. You cannot use the enumerated names of the inputs in this case.
 +
 +<code>
 +tell xInterface “name you have to the interface” to setAllOutputs( 3)
 +</code>
 +
  
 =====History:===== =====History:=====
 The No Hassle AV 4x4 matrix Switch plugin was added in XTension version 9.5.1 in January of 2023 The No Hassle AV 4x4 matrix Switch plugin was added in XTension version 9.5.1 in January of 2023
supported_hardware/nohassle4.1673106758.txt.gz · Last modified: 2023/02/13 14:51 (external edit)