Difference between revisions of "Template:C4V165 Variable SUmmary"
m |
m |
||
Line 58: | Line 58: | ||
|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. | |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. | ||
|- | |- | ||
+ | || || || ||<br> | ||
+ | |- | ||
|| | || | ||
− | ||<b> | + | ||<b>SOURCE_NAME </b> |
− | |colspan = "2"| | + | |colspan = "2"| The name of the currently playing source. Names are as defined on the DS using Konfig. |
|| | || | ||
|- | |- | ||
|) | |) |
Revision as of 11:55, 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. | ||||
SOURCE_NAME | The name of the currently playing source. Names are as defined on the DS using Konfig. | |||
) |