Skip to content

WiThrottle interface

$object.withrottleinterface:description$

Properties

input_channels

$object.interface.input_channels:description$

output_channels

Supported output channels, a table containing output channel values.

Methods

get_input([channel,] address)

$object.interface.get_input:description$

Parameters:

  • channel
    $object.interface.get_input.parameter.channel:description$

  • address
    $object.interface.get_input.parameter.address:description$

Return values
$object.interface.get_input:return_values$

get_output(channel, address)

Get an output object.

Parameters:

  • channel
    Output channel, a Output channel value.

  • address
    Output address, valid range depends on channel.

Return values
Single output, Pair output or Aspect output object depending on channel or nil if channel/address combination is invalid.