sources([first[, last]])
PrevioussetTelemetryValue(id, subID, instance, value [, unit [, precision [, name]]])Nextswitches([first[, last]])
Last updated
Was this helpful?
This is an iterator function over value sources.
for sourceIndex, sourceName in sources() do ...
will iterate over all available value sources.
first: the first source index. If nil or omitted, the first available source is used.
last: the last soure index. If nil or omitted, the last available source is used.
current Introduced in 2.6
Last updated
Was this helpful?
Was this helpful?