Difference between revisions of "Template:C4V165 Variable SUmmary"
m |
m |
||
| Line 5: | Line 5: | ||
|- | |- | ||
| width=40 | | | width=40 | | ||
| − | | width =150 | <B>Linn Network</b> | + | | width =150 style="color:blue" | <B><u>Linn Network</u></b> |
| − | | width =100| || | + | | width =100 style="color:black"| || |
|- | |- | ||
|| | || | ||
| Line 28: | Line 28: | ||
|| || || 32767 || Fully initialised and operational. | || || || 32767 || Fully initialised and operational. | ||
|- | |- | ||
| − | + | || || || ||<br> | |
| + | |- | ||
| + | || | ||
| + | | style="color:blue" | <B><u>Linn DS Series</u></b> | ||
| + | | style="color:black"| | ||
| + | || | ||
| + | |- | ||
| + | || | ||
| + | |colspan = "3" |The driver has the following read-only variables in addition to the standard variables defined by Control4: | ||
| + | | | ||
| + | |- | ||
| + | || ||<b><u>Variable</u></b> | ||
| + | |colspan="2"|<b><u>Purpose</u></b> | ||
| + | |- | ||
| + | || | ||
| + | ||<b>INPUT_NUMBER </b> | ||
| + | |colspan = "2"| Indicates which input is currently supplying audio to the room output: | ||
| + | || | ||
| + | |- | ||
| + | || || || -2 || Songcast from a remote streamer. | ||
| + | |- | ||
| + | || || || -1 || The local streamer.(Playlist/Radio) | ||
| + | |- | ||
| + | || || || 0 || Nothing | ||
| + | |- | ||
| + | || || || 1..32 || External input 1..32; see Properties to determine which input number corresponds to which input device. | ||
| + | |- | ||
| + | || || | ||
| + | |colspan="2"| Note that it is not guaranteed that the input number is 0 when the room is off, so programming should not rely on this nor on receiving a change in this value when the room switches on. | ||
| + | |- | ||
| + | || | ||
| + | ||<b>INPUT_NUMBER </b> | ||
| + | |colspan = "2"| Indicates which input is currently supplying audio to the room output: | ||
| + | || | ||
| + | |- | ||
|) | |) | ||
Revision as of 11:50, 5 August 2021
| Variable Summary | ||||
| Linn Network | ||||
| The driver has the following read-only variables in addition to the standard variables defined by Control4: | ||||
| Variable | Purpose | |||
| CONNECT_STATE | Indicates the state of the connection from the driver to the Kazoo server gateway: | |||
| 0 | Not connected. | |||
| 1 | Connecting. | |||
| 2 | Connected. | |||
| 32767 | Fully initialised and operational. | |||
| Linn DS Series | ||||
| The driver has the following read-only variables in addition to the standard variables defined by Control4: | ||||
| Variable | Purpose | |||
| INPUT_NUMBER | Indicates which input is currently supplying audio to the room output: | |||
| -2 | Songcast from a remote streamer. | |||
| -1 | The local streamer.(Playlist/Radio) | |||
| 0 | Nothing | |||
| 1..32 | External input 1..32; see Properties to determine which input number corresponds to which input device. | |||
| Note that it is not guaranteed that the input number is 0 when the room is off, so programming should not rely on this nor on receiving a change in this value when the room switches on. | ||||
| INPUT_NUMBER | Indicates which input is currently supplying audio to the room output: | |||
| ) | ||||