2010-01-26 1.2.0

org.eclipse.soda.dk.gpio.profile.service
Interface GpioProfileService

All Known Implementing Classes:
GpioProfile

public interface GpioProfileService

The GPIO Profile specifies the interface to general purpose IO. It provides measurement values for the current states of input and output pins. It supports the ability to set the value of output pins through a command interface as well as triggering the state of an output pin with an LDAP expression. The device service interface defines the service to be registered for the GpioProfile device.

The following commands are supported:

OutputRequest OutputRequest is the command interface to set the state of output pins. The incoming request should be in the form of a Map with output pin keys (see Output data keys) and the requested Boolean values. The request can include 1 or more pins to be changed. A request to update an output pin which has an associated LDAP expression will be ignored. Pins are indexed beginning with 1. The "o0" data key signifies that the requested Boolean value should be applied to all output pins.
AnalogOutputRequest AnalogOutputRequest is the command interface to set the state of Analog Outputs. The incoming request should be in the form of a Map with output keys (see AnalogOutput data keys) and the requested Long values. The request can include 1 or more values to be changed. Outputs are indexed beginning with 1. The "ao0" data key signifies that the requested Long value should be applied to all outputs.

The following measurements are supported:

InputCount InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value.
OutputCount OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value.
Input Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins.
Output Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins.
Output1Expression LDAP expression to trigger the state of output pin 1 based on input pin and control values.
Output2Expression LDAP expression to trigger the state of output pin 2 based on input pin and control values.
Output3Expression LDAP expression to trigger the state of output pin 3 based on input pin and control values.
Output4Expression LDAP expression to trigger the state of output pin 4 based on input pin and control values.
Output5Expression LDAP expression to trigger the state of output pin 5 based on input pin and control values.
Output6Expression LDAP expression to trigger the state of output pin 6 based on input pin and control values.
Output7Expression LDAP expression to trigger the state of output pin 7 based on input pin and control values.
Output8Expression LDAP expression to trigger the state of output pin 8 based on input pin and control values.
Output9Expression LDAP expression to trigger the state of output pin 9 based on input pin and control values.
Output10Expression LDAP expression to trigger the state of output pin 10 based on input pin and control values.
Output11Expression LDAP expression to trigger the state of output pin 11 based on input pin and control values.
Output12Expression LDAP expression to trigger the state of output pin 12 based on input pin and control values.
Output13Expression LDAP expression to trigger the state of output pin 13 based on input pin and control values.
Output14Expression LDAP expression to trigger the state of output pin 14 based on input pin and control values.
Output15Expression LDAP expression to trigger the state of output pin 15 based on input pin and control values.
Output16Expression LDAP expression to trigger the state of output pin 16 based on input pin and control values.
Output17Expression LDAP expression to trigger the state of output pin 17 based on input pin and control values.
Output18Expression LDAP expression to trigger the state of output pin 18 based on input pin and control values.
Output19Expression LDAP expression to trigger the state of output pin 19 based on input pin and control values.
Output20Expression LDAP expression to trigger the state of output pin 20 based on input pin and control values.
Output21Expression LDAP expression to trigger the state of output pin 21 based on input pin and control values.
Output22Expression LDAP expression to trigger the state of output pin 22 based on input pin and control values.
Output23Expression LDAP expression to trigger the state of output pin 23 based on input pin and control values.
Output24Expression LDAP expression to trigger the state of output pin 24 based on input pin and control values.
Output25Expression LDAP expression to trigger the state of output pin 25 based on input pin and control values.
Output26Expression LDAP expression to trigger the state of output pin 26 based on input pin and control values.
Output27Expression LDAP expression to trigger the state of output pin 27 based on input pin and control values.
Output28Expression LDAP expression to trigger the state of output pin 28 based on input pin and control values.
Output29Expression LDAP expression to trigger the state of output pin 29 based on input pin and control values.
Output30Expression LDAP expression to trigger the state of output pin 30 based on input pin and control values.
Output31Expression LDAP expression to trigger the state of output pin 31 based on input pin and control values.
Output32Expression LDAP expression to trigger the state of output pin 32 based on input pin and control values.
AnalogInputCount AnalogInputCount specifies the number of analog inputs supported by the device. AnalogInputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogInputCount is reported as a Long value.
AnalogOutputCount AnalogOutputCount specifies the number of outputs supported by the device. AnalogOutputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogOutputCount is reported as a Long value.
AnalogInput AnalogInput specifies the current analog inputs. AnalogInput is a read-only measurement reported as a Map value with analog input keys (see AnalogInput data keys) and Long state values. The measurement includes the state of multiple analog inputs. Analog inputs are indexed beginning with 1. When the state of 1 or more analog input changes, the measurement will include old and new states for all of the supported analog inputs All analog inputs may not be supported by the device. Get the AnalogInputCount measurement for the number of supported input pins.
AnalogOutput AnalogOutput specifies the current states of the analog outputs. AnalogOutput is a read-only measurement reported as a Map value with analog outputs (see AnalogOutput data keys) and Long state values. The measurement includes the state of multiple analog outputs. Analog outputs are indexed beginning with 1. When the state of 1 or more analog outputs changes, the measurement will include old and new states for all of the supported analog outputs. All analog outputs may not be supported by the device. Get the AnalogOutputCount measurement for the number of supported output pins.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
GpioProfileService,

See the following specification(s) for more details:

Title: EPCglobal Low Level Reader Protocol (LLRP)
URL: http://www.epcglobalinc.org/standards/llrp
Version: 1.0.1
Date: August 13, 2007
Vendor: EPCglobal
Comment: Ratified

Title: EPCglobal Application Level Events (ALE) Specification
URL: http://www.epcglobalinc.org/standards/ale/
Version: 1.1
Date: February 27, 2008
Vendor: EPCglobal
Comment: Ratified

Field Summary
static java.lang.String AI0_DATA_KEY
          Analog Input 0 - Special Analog Input meaning all inputs.
static java.lang.String AI1_DATA_KEY
          Analog Input 1.
static java.lang.String AI10_DATA_KEY
          Analog Input 10.
static java.lang.String AI11_DATA_KEY
          Analog Input 11.
static java.lang.String AI12_DATA_KEY
          Analog Input 12.
static java.lang.String AI13_DATA_KEY
          Analog Input 13.
static java.lang.String AI14_DATA_KEY
          Analog Input 14.
static java.lang.String AI15_DATA_KEY
          Analog Input 15.
static java.lang.String AI16_DATA_KEY
          Analog Input 16.
static java.lang.String AI17_DATA_KEY
          Analog Input 17.
static java.lang.String AI18_DATA_KEY
          Analog Input 18.
static java.lang.String AI19_DATA_KEY
          Analog Input 19.
static java.lang.String AI2_DATA_KEY
          Analog Input 2.
static java.lang.String AI20_DATA_KEY
          Analog Input 20.
static java.lang.String AI21_DATA_KEY
          Analog Input 21.
static java.lang.String AI22_DATA_KEY
          Analog Input 22.
static java.lang.String AI23_DATA_KEY
          Analog Input 23.
static java.lang.String AI24_DATA_KEY
          Analog Input 24.
static java.lang.String AI25_DATA_KEY
          Analog Input 25.
static java.lang.String AI26_DATA_KEY
          Analog Input 26.
static java.lang.String AI27_DATA_KEY
          Analog Input 27.
static java.lang.String AI28_DATA_KEY
          Analog Input 28.
static java.lang.String AI29_DATA_KEY
          Analog Input 29.
static java.lang.String AI3_DATA_KEY
          Analog Input 3.
static java.lang.String AI30_DATA_KEY
          Analog Input 30.
static java.lang.String AI31_DATA_KEY
          Analog Input 31.
static java.lang.String AI32_DATA_KEY
          Analog Input 32.
static java.lang.String AI4_DATA_KEY
          Analog Input 4.
static java.lang.String AI5_DATA_KEY
          Analog Input 5.
static java.lang.String AI6_DATA_KEY
          Analog Input 6.
static java.lang.String AI7_DATA_KEY
          Analog Input 7.
static java.lang.String AI8_DATA_KEY
          Analog Input 8.
static java.lang.String AI9_DATA_KEY
          Analog Input 9.
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command identifiers.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement identifiers.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal identifiers.
static java.lang.String ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY
          AnalogInputCount specifies the number of analog inputs supported by the device.
static java.lang.String ANALOG_INPUT_COUNT_EXTERNAL_KEY
          AnalogInputCount specifies the number of analog inputs supported by the device.
static java.lang.String ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY
          AnalogInputCount specifies the number of analog inputs supported by the device.
static java.lang.String ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY
          AnalogInputCount specifies the number of analog inputs supported by the device.
static java.lang.String ANALOG_INPUT_ERROR_EXTERNAL_KEY
          AnalogInput specifies the current analog inputs.
static java.lang.String ANALOG_INPUT_EXTERNAL_KEY
          AnalogInput specifies the current analog inputs.
static java.lang.String ANALOG_INPUT_GET_EXTERNAL_KEY
          AnalogInput specifies the current analog inputs.
static java.lang.String[] ANALOG_INPUT_NAMES
          Define the analog input names (String[]) constant.
static java.lang.String ANALOG_INPUT_READ_EXTERNAL_KEY
          AnalogInput specifies the current analog inputs.
static java.lang.String ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
          AnalogOutputCount specifies the number of outputs supported by the device.
static java.lang.String ANALOG_OUTPUT_COUNT_EXTERNAL_KEY
          AnalogOutputCount specifies the number of outputs supported by the device.
static java.lang.String ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY
          AnalogOutputCount specifies the number of outputs supported by the device.
static java.lang.String ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY
          AnalogOutputCount specifies the number of outputs supported by the device.
static java.lang.String ANALOG_OUTPUT_ERROR_EXTERNAL_KEY
          AnalogOutput specifies the current states of the analog outputs.
static java.lang.String ANALOG_OUTPUT_EXTERNAL_KEY
          AnalogOutput specifies the current states of the analog outputs.
static java.lang.String ANALOG_OUTPUT_GET_EXTERNAL_KEY
          AnalogOutput specifies the current states of the analog outputs.
static java.lang.String[] ANALOG_OUTPUT_NAMES
          Define the analog output names (String[]) constant.
static java.lang.String ANALOG_OUTPUT_READ_EXTERNAL_KEY
          AnalogOutput specifies the current states of the analog outputs.
static java.lang.String ANALOG_OUTPUT_REQUEST_ERROR_EXTERNAL_KEY
          AnalogOutputRequest is the command interface to set the state of Analog Outputs.
static java.lang.String ANALOG_OUTPUT_REQUEST_EXTERNAL_KEY
          AnalogOutputRequest is the command interface to set the state of Analog Outputs.
static java.lang.String AnalogInput
          AnalogInput specifies the current analog inputs.
static java.lang.String AnalogInputCount
          AnalogInputCount specifies the number of analog inputs supported by the device.
static java.lang.String AnalogOutput
          AnalogOutput specifies the current states of the analog outputs.
static java.lang.String AnalogOutputCount
          AnalogOutputCount specifies the number of outputs supported by the device.
static java.lang.String AnalogOutputRequest
          AnalogOutputRequest is the command interface to set the state of Analog Outputs.
static java.lang.String ANALOGOUTPUTREQUEST_EXECUTE_EXTERNAL_KEY
          AnalogOutputRequest is the command interface to set the state of Analog Outputs.
static java.lang.String AO0_DATA_KEY
          Analog Output 0 - special long state meaning all analog outputs.
static java.lang.String AO1_DATA_KEY
          Analog Output 1.
static java.lang.String AO10_DATA_KEY
          Analog Output 10.
static java.lang.String AO11_DATA_KEY
          Analog Output 11.
static java.lang.String AO12_DATA_KEY
          Analog Output 12.
static java.lang.String AO13_DATA_KEY
          Analog Output 13.
static java.lang.String AO14_DATA_KEY
          Analog Output 14.
static java.lang.String AO15_DATA_KEY
          Analog Output 15.
static java.lang.String AO16_DATA_KEY
          Analog Output 16.
static java.lang.String AO17_DATA_KEY
          Analog Output 17.
static java.lang.String AO18_DATA_KEY
          Analog Output 18.
static java.lang.String AO19_DATA_KEY
          Analog Output 19.
static java.lang.String AO2_DATA_KEY
          Analog Output 2.
static java.lang.String AO20_DATA_KEY
          Analog Output 20.
static java.lang.String AO21_DATA_KEY
          Analog Output 21.
static java.lang.String AO22_DATA_KEY
          Analog Output 22.
static java.lang.String AO23_DATA_KEY
          Analog Output 23.
static java.lang.String AO24_DATA_KEY
          Analog Output 24.
static java.lang.String AO25_DATA_KEY
          Analog Output 25.
static java.lang.String AO26_DATA_KEY
          Analog Output 26.
static java.lang.String AO27_DATA_KEY
          Analog Output 27.
static java.lang.String AO28_DATA_KEY
          Analog Output 28.
static java.lang.String AO29_DATA_KEY
          Analog Output 29.
static java.lang.String AO3_DATA_KEY
          Analog Output 3.
static java.lang.String AO30_DATA_KEY
          Analog Output 30.
static java.lang.String AO31_DATA_KEY
          Analog Output 31.
static java.lang.String AO32_DATA_KEY
          Analog Output 32.
static java.lang.String AO4_DATA_KEY
          Analog Output 4.
static java.lang.String AO5_DATA_KEY
          Analog Output 5.
static java.lang.String AO6_DATA_KEY
          Analog Output 6.
static java.lang.String AO7_DATA_KEY
          Analog Output 7.
static java.lang.String AO8_DATA_KEY
          Analog Output 8.
static java.lang.String AO9_DATA_KEY
          Analog Output 9.
static java.lang.String Capabilities
          Define the GPIO Profile Capabilities measurement.
static java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
          Define the GPIO Profile Capabilities measurement.
static java.lang.String CAPABILITIES_EXTERNAL_KEY
          Define the GPIO Profile Capabilities measurement.
static java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
          Define the GPIO Profile Capabilities measurement.
static java.lang.String Configuration
          Define the GPIO Profile Configuration measurement.
static java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
          Define the GPIO Profile Configuration measurement.
static java.lang.String CONFIGURATION_EXTERNAL_KEY
          Define the GPIO Profile Configuration measurement.
static java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
          Define the GPIO Profile Configuration measurement.
static java.lang.String GpioProfile
          Define the GpioProfile key.
static java.lang.String I0_DATA_KEY
          Input pin 0 - Special meaning all input states.
static java.lang.String I1_DATA_KEY
          Input pin 1 - boolean state.
static java.lang.String I10_DATA_KEY
          Input pin 10 - boolean state.
static java.lang.String I11_DATA_KEY
          Input pin 11 - boolean state.
static java.lang.String I12_DATA_KEY
          Input pin 12 - boolean state.
static java.lang.String I13_DATA_KEY
          Input pin 13 - boolean state.
static java.lang.String I14_DATA_KEY
          Input pin 14 - boolean state.
static java.lang.String I15_DATA_KEY
          Input pin 15 - boolean state.
static java.lang.String I16_DATA_KEY
          Input pin 16 - boolean state.
static java.lang.String I17_DATA_KEY
          Input pin 17 - boolean state.
static java.lang.String I18_DATA_KEY
          Input pin 18 - boolean state.
static java.lang.String I19_DATA_KEY
          Input pin 19 - boolean state.
static java.lang.String I2_DATA_KEY
          Input pin 2 - boolean state.
static java.lang.String I20_DATA_KEY
          Input pin 20 - boolean state.
static java.lang.String I21_DATA_KEY
          Input pin 21 - boolean state.
static java.lang.String I22_DATA_KEY
          Input pin 22 - boolean state.
static java.lang.String I23_DATA_KEY
          Input pin 23 - boolean state.
static java.lang.String I24_DATA_KEY
          Input pin 24 - boolean state.
static java.lang.String I25_DATA_KEY
          Input pin 25 - boolean state.
static java.lang.String I26_DATA_KEY
          Input pin 26 - boolean state.
static java.lang.String I27_DATA_KEY
          Input pin 27 - boolean state.
static java.lang.String I28_DATA_KEY
          Input pin 28 - boolean state.
static java.lang.String I29_DATA_KEY
          Input pin 29 - boolean state.
static java.lang.String I3_DATA_KEY
          Input pin 3 - boolean state.
static java.lang.String I30_DATA_KEY
          Input pin 30 - boolean state.
static java.lang.String I31_DATA_KEY
          Input pin 31 - boolean state.
static java.lang.String I32_DATA_KEY
          Input pin 32 - boolean state.
static java.lang.String I4_DATA_KEY
          Input pin 4 - boolean state.
static java.lang.String I5_DATA_KEY
          Input pin 5 - boolean state.
static java.lang.String I6_DATA_KEY
          Input pin 6 - boolean state.
static java.lang.String I7_DATA_KEY
          Input pin 7 - boolean state.
static java.lang.String I8_DATA_KEY
          Input pin 8 - boolean state.
static java.lang.String I9_DATA_KEY
          Input pin 9 - boolean state.
static java.lang.String Input
          Input specifies the current states of the input pins.
static java.lang.String INPUT_COUNT_ERROR_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUT_COUNT_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUT_COUNT_GET_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUT_COUNT_READ_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUT_ERROR_EXTERNAL_KEY
          Input specifies the current states of the input pins.
static java.lang.String INPUT_EXTERNAL_KEY
          Input specifies the current states of the input pins.
static java.lang.String INPUT_GET_EXTERNAL_KEY
          Input specifies the current states of the input pins.
static java.lang.String[] INPUT_NAMES
          Define the input names (String[]) constant.
static java.lang.String INPUT_READ_EXTERNAL_KEY
          Input specifies the current states of the input pins.
static java.lang.String InputCount
          InputCount specifies the number of input pins supported by the device.
static java.lang.String Metrics
          Define the GPIO Profile Metrics measurement.
static java.lang.String METRICS_ERROR_EXTERNAL_KEY
          Define the GPIO Profile Metrics measurement.
static java.lang.String METRICS_EXTERNAL_KEY
          Define the GPIO Profile Metrics measurement.
static java.lang.String METRICS_GET_EXTERNAL_KEY
          Define the GPIO Profile Metrics measurement.
static java.lang.String O0_DATA_KEY
          Output 0 - special boolean state meaning all output pins.
static java.lang.String O1_DATA_KEY
          Output pin 1 - boolean state.
static java.lang.String O10_DATA_KEY
          Output pin 10 - boolean state.
static java.lang.String O11_DATA_KEY
          Output pin 11 - boolean state.
static java.lang.String O12_DATA_KEY
          Output pin 12 - boolean state.
static java.lang.String O13_DATA_KEY
          Output pin 13 - boolean state.
static java.lang.String O14_DATA_KEY
          Output pin 14 - boolean state.
static java.lang.String O15_DATA_KEY
          Output pin 15 - boolean state.
static java.lang.String O16_DATA_KEY
          Output pin 16 - boolean state.
static java.lang.String O17_DATA_KEY
          Output pin 17 - boolean state.
static java.lang.String O18_DATA_KEY
          Output pin 18 - boolean state.
static java.lang.String O19_DATA_KEY
          Output pin 19 - boolean state.
static java.lang.String O2_DATA_KEY
          Output pin 2 - boolean state.
static java.lang.String O20_DATA_KEY
          Output pin 20 - boolean state.
static java.lang.String O21_DATA_KEY
          Output pin 21 - boolean state.
static java.lang.String O22_DATA_KEY
          Output pin 22 - boolean state.
static java.lang.String O23_DATA_KEY
          Output pin 23 - boolean state.
static java.lang.String O24_DATA_KEY
          Output pin 24 - boolean state.
static java.lang.String O25_DATA_KEY
          Output pin 25 - boolean state.
static java.lang.String O26_DATA_KEY
          Output pin 26 - boolean state.
static java.lang.String O27_DATA_KEY
          Output pin 27 - boolean state.
static java.lang.String O28_DATA_KEY
          Output pin 28 - boolean state.
static java.lang.String O29_DATA_KEY
          Output pin 29 - boolean state.
static java.lang.String O3_DATA_KEY
          Output pin 3 - boolean state.
static java.lang.String O30_DATA_KEY
          Output pin 30 - boolean state.
static java.lang.String O31_DATA_KEY
          Output pin 31 - boolean state.
static java.lang.String O32_DATA_KEY
          Output pin 32 - boolean state.
static java.lang.String O4_DATA_KEY
          Output pin 4 - boolean state.
static java.lang.String O5_DATA_KEY
          Output pin 5 - boolean state.
static java.lang.String O6_DATA_KEY
          Output pin 6 - boolean state.
static java.lang.String O7_DATA_KEY
          Output pin 7 - boolean state.
static java.lang.String O8_DATA_KEY
          Output pin 8 - boolean state.
static java.lang.String O9_DATA_KEY
          Output pin 9 - boolean state.
static java.lang.String Output
          Output specifies the current states of the output pins.
static java.lang.String OUTPUT_COUNT_ERROR_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUT_COUNT_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUT_COUNT_GET_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUT_COUNT_READ_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUT_ERROR_EXTERNAL_KEY
          Output specifies the current states of the output pins.
static java.lang.String OUTPUT_EXTERNAL_KEY
          Output specifies the current states of the output pins.
static java.lang.String OUTPUT_GET_EXTERNAL_KEY
          Output specifies the current states of the output pins.
static java.lang.String[] OUTPUT_NAMES
          Define the output names (String[]) constant.
static java.lang.String OUTPUT_READ_EXTERNAL_KEY
          Output specifies the current states of the output pins.
static java.lang.String OUTPUT_REQUEST_ERROR_EXTERNAL_KEY
          OutputRequest is the command interface to set the state of output pins.
static java.lang.String OUTPUT_REQUEST_EXTERNAL_KEY
          OutputRequest is the command interface to set the state of output pins.
static java.lang.String OUTPUT1_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1_EXPRESSION_KEY
          Configuration OUTPUT1_EXPRESSION_KEY key.
static java.lang.String OUTPUT1_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT10_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10_EXPRESSION_KEY
          Configuration OUTPUT10_EXPRESSION_KEY key.
static java.lang.String OUTPUT10_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String Output10Expression
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT11_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11_EXPRESSION_KEY
          Configuration OUTPUT11_EXPRESSION_KEY key.
static java.lang.String OUTPUT11_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String Output11Expression
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT12_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12_EXPRESSION_KEY
          Configuration OUTPUT12_EXPRESSION_KEY key.
static java.lang.String OUTPUT12_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String Output12Expression
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT13_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13_EXPRESSION_KEY
          Configuration OUTPUT13_EXPRESSION_KEY key.
static java.lang.String OUTPUT13_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String Output13Expression
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT14_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14_EXPRESSION_KEY
          Configuration OUTPUT14_EXPRESSION_KEY key.
static java.lang.String OUTPUT14_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String Output14Expression
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT15_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15_EXPRESSION_KEY
          Configuration OUTPUT15_EXPRESSION_KEY key.
static java.lang.String OUTPUT15_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String Output15Expression
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT16_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16_EXPRESSION_KEY
          Configuration OUTPUT16_EXPRESSION_KEY key.
static java.lang.String OUTPUT16_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String Output16Expression
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT17_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17_EXPRESSION_KEY
          Configuration OUTPUT17_EXPRESSION_KEY key.
static java.lang.String OUTPUT17_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String Output17Expression
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT18_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18_EXPRESSION_KEY
          Configuration OUTPUT18_EXPRESSION_KEY key.
static java.lang.String OUTPUT18_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String Output18Expression
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT19_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19_EXPRESSION_KEY
          Configuration OUTPUT19_EXPRESSION_KEY key.
static java.lang.String OUTPUT19_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String Output19Expression
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String Output1Expression
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT2_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2_EXPRESSION_KEY
          Configuration OUTPUT2_EXPRESSION_KEY key.
static java.lang.String OUTPUT2_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT20_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20_EXPRESSION_KEY
          Configuration OUTPUT20_EXPRESSION_KEY key.
static java.lang.String OUTPUT20_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String Output20Expression
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT21_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21_EXPRESSION_KEY
          Configuration OUTPUT21_EXPRESSION_KEY key.
static java.lang.String OUTPUT21_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String Output21Expression
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT22_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22_EXPRESSION_KEY
          Configuration OUTPUT22_EXPRESSION_KEY key.
static java.lang.String OUTPUT22_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String Output22Expression
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT23_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23_EXPRESSION_KEY
          Configuration OUTPUT23_EXPRESSION_KEY key.
static java.lang.String OUTPUT23_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String Output23Expression
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT24_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24_EXPRESSION_KEY
          Configuration OUTPUT24_EXPRESSION_KEY key.
static java.lang.String OUTPUT24_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String Output24Expression
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT25_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25_EXPRESSION_KEY
          Configuration OUTPUT25_EXPRESSION_KEY key.
static java.lang.String OUTPUT25_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String Output25Expression
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT26_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26_EXPRESSION_KEY
          Configuration OUTPUT26_EXPRESSION_KEY key.
static java.lang.String OUTPUT26_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String Output26Expression
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT27_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27_EXPRESSION_KEY
          Configuration OUTPUT27_EXPRESSION_KEY key.
static java.lang.String OUTPUT27_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String Output27Expression
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT28_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28_EXPRESSION_KEY
          Configuration OUTPUT28_EXPRESSION_KEY key.
static java.lang.String OUTPUT28_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String Output28Expression
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT29_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29_EXPRESSION_KEY
          Configuration OUTPUT29_EXPRESSION_KEY key.
static java.lang.String OUTPUT29_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String Output29Expression
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String Output2Expression
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT3_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3_EXPRESSION_KEY
          Configuration OUTPUT3_EXPRESSION_KEY key.
static java.lang.String OUTPUT3_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT30_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30_EXPRESSION_KEY
          Configuration OUTPUT30_EXPRESSION_KEY key.
static java.lang.String OUTPUT30_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String Output30Expression
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT31_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31_EXPRESSION_KEY
          Configuration OUTPUT31_EXPRESSION_KEY key.
static java.lang.String OUTPUT31_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String Output31Expression
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT32_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32_EXPRESSION_KEY
          Configuration OUTPUT32_EXPRESSION_KEY key.
static java.lang.String OUTPUT32_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String Output32Expression
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String Output3Expression
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT4_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4_EXPRESSION_KEY
          Configuration OUTPUT4_EXPRESSION_KEY key.
static java.lang.String OUTPUT4_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String Output4Expression
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT5_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5_EXPRESSION_KEY
          Configuration OUTPUT5_EXPRESSION_KEY key.
static java.lang.String OUTPUT5_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String Output5Expression
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT6_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6_EXPRESSION_KEY
          Configuration OUTPUT6_EXPRESSION_KEY key.
static java.lang.String OUTPUT6_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String Output6Expression
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT7_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7_EXPRESSION_KEY
          Configuration OUTPUT7_EXPRESSION_KEY key.
static java.lang.String OUTPUT7_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String Output7Expression
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT8_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8_EXPRESSION_KEY
          Configuration OUTPUT8_EXPRESSION_KEY key.
static java.lang.String OUTPUT8_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String Output8Expression
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT9_EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9_EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9_EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9_EXPRESSION_KEY
          Configuration OUTPUT9_EXPRESSION_KEY key.
static java.lang.String OUTPUT9_EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9_EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String Output9Expression
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OutputCount
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OutputRequest
          OutputRequest is the command interface to set the state of output pins.
static java.lang.String OUTPUTREQUEST_EXECUTE_EXTERNAL_KEY
          OutputRequest is the command interface to set the state of output pins.
static java.lang.String SERVICE_DESCRIPTION
          Description of the test.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String Status
          Define the GPIO Profile Status measurement.
static java.lang.String STATUS_ERROR_EXTERNAL_KEY
          Define the GPIO Profile Status measurement.
static java.lang.String STATUS_EXTERNAL_KEY
          Define the GPIO Profile Status measurement.
static java.lang.String STATUS_GET_EXTERNAL_KEY
          Define the GPIO Profile Status measurement.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

Since:
1.0
See Also:
Constant Field Values

GpioProfile

static final java.lang.String GpioProfile
Define the GpioProfile key.

Since:
1.0
See Also:
Constant Field Values

OutputRequest

static final java.lang.String OutputRequest
OutputRequest is the command interface to set the state of output pins. The incoming request should be in the form of a Map with output pin keys (see Output data keys) and the requested Boolean values. The request can include 1 or more pins to be changed. A request to update an output pin which has an associated LDAP expression will be ignored. Pins are indexed beginning with 1. The "o0" data key signifies that the requested Boolean value should be applied to all output pins. .

Since:
1.0
See Also:
Constant Field Values

OUTPUT_REQUEST_EXTERNAL_KEY

static final java.lang.String OUTPUT_REQUEST_EXTERNAL_KEY
OutputRequest is the command interface to set the state of output pins. The incoming request should be in the form of a Map with output pin keys (see Output data keys) and the requested Boolean values. The request can include 1 or more pins to be changed. A request to update an output pin which has an associated LDAP expression will be ignored. Pins are indexed beginning with 1. The "o0" data key signifies that the requested Boolean value should be applied to all output pins. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/OutputRequest", Constant Field Values

OUTPUTREQUEST_EXECUTE_EXTERNAL_KEY

static final java.lang.String OUTPUTREQUEST_EXECUTE_EXTERNAL_KEY
OutputRequest is the command interface to set the state of output pins. The incoming request should be in the form of a Map with output pin keys (see Output data keys) and the requested Boolean values. The request can include 1 or more pins to be changed. A request to update an output pin which has an associated LDAP expression will be ignored. Pins are indexed beginning with 1. The "o0" data key signifies that the requested Boolean value should be applied to all output pins. .

Since:
1.0
See Also:
The value of this field is "prefix/Gpio/OutputRequest/execute"

OUTPUT_REQUEST_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT_REQUEST_ERROR_EXTERNAL_KEY
OutputRequest is the command interface to set the state of output pins. The incoming request should be in the form of a Map with output pin keys (see Output data keys) and the requested Boolean values. The request can include 1 or more pins to be changed. A request to update an output pin which has an associated LDAP expression will be ignored. Pins are indexed beginning with 1. The "o0" data key signifies that the requested Boolean value should be applied to all output pins. .

Since:
1.1
See Also:
OutputRequest, org.eclipse.soda.dk.notification.service.NotificationService#EXECUTE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/OutputRequest/error"

AnalogOutputRequest

static final java.lang.String AnalogOutputRequest
AnalogOutputRequest is the command interface to set the state of Analog Outputs. The incoming request should be in the form of a Map with output keys (see AnalogOutput data keys) and the requested Long values. The request can include 1 or more values to be changed. Outputs are indexed beginning with 1. The "ao0" data key signifies that the requested Long value should be applied to all outputs. .

Since:
1.1
See Also:
Constant Field Values

ANALOG_OUTPUT_REQUEST_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_REQUEST_EXTERNAL_KEY
AnalogOutputRequest is the command interface to set the state of Analog Outputs. The incoming request should be in the form of a Map with output keys (see AnalogOutput data keys) and the requested Long values. The request can include 1 or more values to be changed. Outputs are indexed beginning with 1. The "ao0" data key signifies that the requested Long value should be applied to all outputs. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogOutputRequest", Constant Field Values

ANALOGOUTPUTREQUEST_EXECUTE_EXTERNAL_KEY

static final java.lang.String ANALOGOUTPUTREQUEST_EXECUTE_EXTERNAL_KEY
AnalogOutputRequest is the command interface to set the state of Analog Outputs. The incoming request should be in the form of a Map with output keys (see AnalogOutput data keys) and the requested Long values. The request can include 1 or more values to be changed. Outputs are indexed beginning with 1. The "ao0" data key signifies that the requested Long value should be applied to all outputs. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogOutputRequest/execute"

ANALOG_OUTPUT_REQUEST_ERROR_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_REQUEST_ERROR_EXTERNAL_KEY
AnalogOutputRequest is the command interface to set the state of Analog Outputs. The incoming request should be in the form of a Map with output keys (see AnalogOutput data keys) and the requested Long values. The request can include 1 or more values to be changed. Outputs are indexed beginning with 1. The "ao0" data key signifies that the requested Long value should be applied to all outputs. .

Since:
1.1
See Also:
AnalogOutputRequest, org.eclipse.soda.dk.notification.service.NotificationService#EXECUTE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogOutputRequest/error"

InputCount

static final java.lang.String InputCount
InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value. .

Since:
1.0
See Also:
Constant Field Values

INPUT_COUNT_EXTERNAL_KEY

static final java.lang.String INPUT_COUNT_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/InputCount", Constant Field Values

INPUT_COUNT_GET_EXTERNAL_KEY

static final java.lang.String INPUT_COUNT_GET_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/InputCount/get"

INPUT_COUNT_READ_EXTERNAL_KEY

static final java.lang.String INPUT_COUNT_READ_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value. .

Since:
1.1
See Also:
InputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/InputCount/read"

INPUT_COUNT_ERROR_EXTERNAL_KEY

static final java.lang.String INPUT_COUNT_ERROR_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value. .

Since:
1.1
See Also:
InputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/InputCount/error"

OutputCount

static final java.lang.String OutputCount
OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value. .

Since:
1.0
See Also:
Constant Field Values

OUTPUT_COUNT_EXTERNAL_KEY

static final java.lang.String OUTPUT_COUNT_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/OutputCount", Constant Field Values

OUTPUT_COUNT_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT_COUNT_GET_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/OutputCount/get"

OUTPUT_COUNT_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT_COUNT_READ_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value. .

Since:
1.1
See Also:
OutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/OutputCount/read"

OUTPUT_COUNT_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT_COUNT_ERROR_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value. .

Since:
1.1
See Also:
OutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/OutputCount/error"

Input

static final java.lang.String Input
Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins. .

Since:
1.0
See Also:
Constant Field Values

INPUT_EXTERNAL_KEY

static final java.lang.String INPUT_EXTERNAL_KEY
Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins. .

Since:
1.0
See Also:
The value of this field is "prefix/Gpio/Input", Constant Field Values

INPUT_GET_EXTERNAL_KEY

static final java.lang.String INPUT_GET_EXTERNAL_KEY
Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins. .

Since:
1.0
See Also:
The value of this field is "prefix/Gpio/Input/get"

INPUT_READ_EXTERNAL_KEY

static final java.lang.String INPUT_READ_EXTERNAL_KEY
Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins. .

Since:
1.0
See Also:
Input, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Input/read"

INPUT_ERROR_EXTERNAL_KEY

static final java.lang.String INPUT_ERROR_EXTERNAL_KEY
Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins. .

Since:
1.0
See Also:
Input, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Input/error"

Output

static final java.lang.String Output
Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins. .

Since:
1.0
See Also:
Constant Field Values

OUTPUT_EXTERNAL_KEY

static final java.lang.String OUTPUT_EXTERNAL_KEY
Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins. .

Since:
1.0
See Also:
The value of this field is "prefix/Gpio/Output", Constant Field Values

OUTPUT_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT_GET_EXTERNAL_KEY
Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins. .

Since:
1.0
See Also:
The value of this field is "prefix/Gpio/Output/get"

OUTPUT_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT_READ_EXTERNAL_KEY
Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins. .

Since:
1.0
See Also:
Output, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output/read"

OUTPUT_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT_ERROR_EXTERNAL_KEY
Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins. .

Since:
1.0
See Also:
Output, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output/error"

Output1Expression

static final java.lang.String Output1Expression
LDAP expression to trigger the state of output pin 1 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT1_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT1_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output1Expression", Constant Field Values

OUTPUT1_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT1_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output1Expression/get"

OUTPUT1_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT1_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values.

Since:
1.1
See Also:
Output1Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output1Expression/read"

OUTPUT1_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT1_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values.

Since:
1.1
See Also:
Output1Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output1Expression/write"

OUTPUT1_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT1_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values.

Since:
1.1
See Also:
Output1Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output1Expression/error"

OUTPUT1_EXPRESSION_KEY

static final java.lang.String OUTPUT1_EXPRESSION_KEY
Configuration OUTPUT1_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output2Expression

static final java.lang.String Output2Expression
LDAP expression to trigger the state of output pin 2 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT2_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT2_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output2Expression", Constant Field Values

OUTPUT2_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT2_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output2Expression/get"

OUTPUT2_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT2_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values.

Since:
1.1
See Also:
Output2Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output2Expression/read"

OUTPUT2_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT2_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values.

Since:
1.1
See Also:
Output2Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output2Expression/write"

OUTPUT2_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT2_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values.

Since:
1.1
See Also:
Output2Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output2Expression/error"

OUTPUT2_EXPRESSION_KEY

static final java.lang.String OUTPUT2_EXPRESSION_KEY
Configuration OUTPUT2_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output3Expression

static final java.lang.String Output3Expression
LDAP expression to trigger the state of output pin 3 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT3_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT3_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output3Expression", Constant Field Values

OUTPUT3_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT3_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output3Expression/get"

OUTPUT3_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT3_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values.

Since:
1.1
See Also:
Output3Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output3Expression/read"

OUTPUT3_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT3_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values.

Since:
1.1
See Also:
Output3Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output3Expression/write"

OUTPUT3_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT3_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values.

Since:
1.1
See Also:
Output3Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output3Expression/error"

OUTPUT3_EXPRESSION_KEY

static final java.lang.String OUTPUT3_EXPRESSION_KEY
Configuration OUTPUT3_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output4Expression

static final java.lang.String Output4Expression
LDAP expression to trigger the state of output pin 4 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT4_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT4_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output4Expression", Constant Field Values

OUTPUT4_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT4_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output4Expression/get"

OUTPUT4_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT4_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values.

Since:
1.1
See Also:
Output4Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output4Expression/read"

OUTPUT4_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT4_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values.

Since:
1.1
See Also:
Output4Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output4Expression/write"

OUTPUT4_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT4_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values.

Since:
1.1
See Also:
Output4Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output4Expression/error"

OUTPUT4_EXPRESSION_KEY

static final java.lang.String OUTPUT4_EXPRESSION_KEY
Configuration OUTPUT4_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output5Expression

static final java.lang.String Output5Expression
LDAP expression to trigger the state of output pin 5 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT5_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT5_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output5Expression", Constant Field Values

OUTPUT5_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT5_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output5Expression/get"

OUTPUT5_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT5_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values.

Since:
1.1
See Also:
Output5Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output5Expression/read"

OUTPUT5_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT5_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values.

Since:
1.1
See Also:
Output5Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output5Expression/write"

OUTPUT5_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT5_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values.

Since:
1.1
See Also:
Output5Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output5Expression/error"

OUTPUT5_EXPRESSION_KEY

static final java.lang.String OUTPUT5_EXPRESSION_KEY
Configuration OUTPUT5_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output6Expression

static final java.lang.String Output6Expression
LDAP expression to trigger the state of output pin 6 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT6_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT6_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output6Expression", Constant Field Values

OUTPUT6_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT6_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output6Expression/get"

OUTPUT6_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT6_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values.

Since:
1.1
See Also:
Output6Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output6Expression/read"

OUTPUT6_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT6_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values.

Since:
1.1
See Also:
Output6Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output6Expression/write"

OUTPUT6_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT6_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values.

Since:
1.1
See Also:
Output6Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output6Expression/error"

OUTPUT6_EXPRESSION_KEY

static final java.lang.String OUTPUT6_EXPRESSION_KEY
Configuration OUTPUT6_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output7Expression

static final java.lang.String Output7Expression
LDAP expression to trigger the state of output pin 7 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT7_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT7_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output7Expression", Constant Field Values

OUTPUT7_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT7_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output7Expression/get"

OUTPUT7_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT7_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values.

Since:
1.1
See Also:
Output7Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output7Expression/read"

OUTPUT7_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT7_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values.

Since:
1.1
See Also:
Output7Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output7Expression/write"

OUTPUT7_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT7_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values.

Since:
1.1
See Also:
Output7Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output7Expression/error"

OUTPUT7_EXPRESSION_KEY

static final java.lang.String OUTPUT7_EXPRESSION_KEY
Configuration OUTPUT7_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output8Expression

static final java.lang.String Output8Expression
LDAP expression to trigger the state of output pin 8 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT8_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT8_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output8Expression", Constant Field Values

OUTPUT8_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT8_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output8Expression/get"

OUTPUT8_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT8_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values.

Since:
1.1
See Also:
Output8Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output8Expression/read"

OUTPUT8_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT8_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values.

Since:
1.1
See Also:
Output8Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output8Expression/write"

OUTPUT8_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT8_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values.

Since:
1.1
See Also:
Output8Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output8Expression/error"

OUTPUT8_EXPRESSION_KEY

static final java.lang.String OUTPUT8_EXPRESSION_KEY
Configuration OUTPUT8_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output9Expression

static final java.lang.String Output9Expression
LDAP expression to trigger the state of output pin 9 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT9_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT9_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output9Expression", Constant Field Values

OUTPUT9_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT9_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output9Expression/get"

OUTPUT9_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT9_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values.

Since:
1.1
See Also:
Output9Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output9Expression/read"

OUTPUT9_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT9_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values.

Since:
1.1
See Also:
Output9Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output9Expression/write"

OUTPUT9_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT9_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values.

Since:
1.1
See Also:
Output9Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output9Expression/error"

OUTPUT9_EXPRESSION_KEY

static final java.lang.String OUTPUT9_EXPRESSION_KEY
Configuration OUTPUT9_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output10Expression

static final java.lang.String Output10Expression
LDAP expression to trigger the state of output pin 10 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT10_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT10_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output10Expression", Constant Field Values

OUTPUT10_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT10_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output10Expression/get"

OUTPUT10_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT10_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values.

Since:
1.1
See Also:
Output10Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output10Expression/read"

OUTPUT10_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT10_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values.

Since:
1.1
See Also:
Output10Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output10Expression/write"

OUTPUT10_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT10_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values.

Since:
1.1
See Also:
Output10Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output10Expression/error"

OUTPUT10_EXPRESSION_KEY

static final java.lang.String OUTPUT10_EXPRESSION_KEY
Configuration OUTPUT10_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output11Expression

static final java.lang.String Output11Expression
LDAP expression to trigger the state of output pin 11 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT11_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT11_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output11Expression", Constant Field Values

OUTPUT11_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT11_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output11Expression/get"

OUTPUT11_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT11_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values.

Since:
1.1
See Also:
Output11Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output11Expression/read"

OUTPUT11_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT11_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values.

Since:
1.1
See Also:
Output11Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output11Expression/write"

OUTPUT11_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT11_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values.

Since:
1.1
See Also:
Output11Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output11Expression/error"

OUTPUT11_EXPRESSION_KEY

static final java.lang.String OUTPUT11_EXPRESSION_KEY
Configuration OUTPUT11_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output12Expression

static final java.lang.String Output12Expression
LDAP expression to trigger the state of output pin 12 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT12_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT12_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output12Expression", Constant Field Values

OUTPUT12_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT12_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output12Expression/get"

OUTPUT12_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT12_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values.

Since:
1.1
See Also:
Output12Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output12Expression/read"

OUTPUT12_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT12_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values.

Since:
1.1
See Also:
Output12Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output12Expression/write"

OUTPUT12_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT12_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values.

Since:
1.1
See Also:
Output12Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output12Expression/error"

OUTPUT12_EXPRESSION_KEY

static final java.lang.String OUTPUT12_EXPRESSION_KEY
Configuration OUTPUT12_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output13Expression

static final java.lang.String Output13Expression
LDAP expression to trigger the state of output pin 13 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT13_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT13_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output13Expression", Constant Field Values

OUTPUT13_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT13_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output13Expression/get"

OUTPUT13_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT13_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values.

Since:
1.1
See Also:
Output13Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output13Expression/read"

OUTPUT13_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT13_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values.

Since:
1.1
See Also:
Output13Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output13Expression/write"

OUTPUT13_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT13_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values.

Since:
1.1
See Also:
Output13Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output13Expression/error"

OUTPUT13_EXPRESSION_KEY

static final java.lang.String OUTPUT13_EXPRESSION_KEY
Configuration OUTPUT13_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output14Expression

static final java.lang.String Output14Expression
LDAP expression to trigger the state of output pin 14 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT14_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT14_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output14Expression", Constant Field Values

OUTPUT14_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT14_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output14Expression/get"

OUTPUT14_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT14_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values.

Since:
1.1
See Also:
Output14Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output14Expression/read"

OUTPUT14_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT14_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values.

Since:
1.1
See Also:
Output14Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output14Expression/write"

OUTPUT14_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT14_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values.

Since:
1.1
See Also:
Output14Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output14Expression/error"

OUTPUT14_EXPRESSION_KEY

static final java.lang.String OUTPUT14_EXPRESSION_KEY
Configuration OUTPUT14_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output15Expression

static final java.lang.String Output15Expression
LDAP expression to trigger the state of output pin 15 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT15_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT15_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output15Expression", Constant Field Values

OUTPUT15_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT15_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output15Expression/get"

OUTPUT15_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT15_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values.

Since:
1.1
See Also:
Output15Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output15Expression/read"

OUTPUT15_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT15_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values.

Since:
1.1
See Also:
Output15Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output15Expression/write"

OUTPUT15_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT15_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values.

Since:
1.1
See Also:
Output15Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output15Expression/error"

OUTPUT15_EXPRESSION_KEY

static final java.lang.String OUTPUT15_EXPRESSION_KEY
Configuration OUTPUT15_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output16Expression

static final java.lang.String Output16Expression
LDAP expression to trigger the state of output pin 16 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT16_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT16_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output16Expression", Constant Field Values

OUTPUT16_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT16_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output16Expression/get"

OUTPUT16_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT16_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values.

Since:
1.1
See Also:
Output16Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output16Expression/read"

OUTPUT16_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT16_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values.

Since:
1.1
See Also:
Output16Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output16Expression/write"

OUTPUT16_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT16_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values.

Since:
1.1
See Also:
Output16Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output16Expression/error"

OUTPUT16_EXPRESSION_KEY

static final java.lang.String OUTPUT16_EXPRESSION_KEY
Configuration OUTPUT16_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output17Expression

static final java.lang.String Output17Expression
LDAP expression to trigger the state of output pin 17 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT17_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT17_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output17Expression", Constant Field Values

OUTPUT17_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT17_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output17Expression/get"

OUTPUT17_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT17_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values.

Since:
1.1
See Also:
Output17Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output17Expression/read"

OUTPUT17_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT17_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values.

Since:
1.1
See Also:
Output17Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output17Expression/write"

OUTPUT17_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT17_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values.

Since:
1.1
See Also:
Output17Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output17Expression/error"

OUTPUT17_EXPRESSION_KEY

static final java.lang.String OUTPUT17_EXPRESSION_KEY
Configuration OUTPUT17_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output18Expression

static final java.lang.String Output18Expression
LDAP expression to trigger the state of output pin 18 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT18_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT18_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output18Expression", Constant Field Values

OUTPUT18_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT18_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output18Expression/get"

OUTPUT18_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT18_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values.

Since:
1.1
See Also:
Output18Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output18Expression/read"

OUTPUT18_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT18_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values.

Since:
1.1
See Also:
Output18Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output18Expression/write"

OUTPUT18_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT18_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values.

Since:
1.1
See Also:
Output18Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output18Expression/error"

OUTPUT18_EXPRESSION_KEY

static final java.lang.String OUTPUT18_EXPRESSION_KEY
Configuration OUTPUT18_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output19Expression

static final java.lang.String Output19Expression
LDAP expression to trigger the state of output pin 19 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT19_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT19_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output19Expression", Constant Field Values

OUTPUT19_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT19_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output19Expression/get"

OUTPUT19_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT19_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values.

Since:
1.1
See Also:
Output19Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output19Expression/read"

OUTPUT19_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT19_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values.

Since:
1.1
See Also:
Output19Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output19Expression/write"

OUTPUT19_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT19_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values.

Since:
1.1
See Also:
Output19Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output19Expression/error"

OUTPUT19_EXPRESSION_KEY

static final java.lang.String OUTPUT19_EXPRESSION_KEY
Configuration OUTPUT19_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output20Expression

static final java.lang.String Output20Expression
LDAP expression to trigger the state of output pin 20 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT20_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT20_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output20Expression", Constant Field Values

OUTPUT20_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT20_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output20Expression/get"

OUTPUT20_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT20_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values.

Since:
1.1
See Also:
Output20Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output20Expression/read"

OUTPUT20_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT20_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values.

Since:
1.1
See Also:
Output20Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output20Expression/write"

OUTPUT20_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT20_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values.

Since:
1.1
See Also:
Output20Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output20Expression/error"

OUTPUT20_EXPRESSION_KEY

static final java.lang.String OUTPUT20_EXPRESSION_KEY
Configuration OUTPUT20_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output21Expression

static final java.lang.String Output21Expression
LDAP expression to trigger the state of output pin 21 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT21_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT21_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output21Expression", Constant Field Values

OUTPUT21_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT21_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output21Expression/get"

OUTPUT21_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT21_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values.

Since:
1.1
See Also:
Output21Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output21Expression/read"

OUTPUT21_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT21_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values.

Since:
1.1
See Also:
Output21Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output21Expression/write"

OUTPUT21_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT21_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values.

Since:
1.1
See Also:
Output21Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output21Expression/error"

OUTPUT21_EXPRESSION_KEY

static final java.lang.String OUTPUT21_EXPRESSION_KEY
Configuration OUTPUT21_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output22Expression

static final java.lang.String Output22Expression
LDAP expression to trigger the state of output pin 22 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT22_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT22_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output22Expression", Constant Field Values

OUTPUT22_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT22_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output22Expression/get"

OUTPUT22_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT22_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values.

Since:
1.1
See Also:
Output22Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output22Expression/read"

OUTPUT22_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT22_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values.

Since:
1.1
See Also:
Output22Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output22Expression/write"

OUTPUT22_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT22_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values.

Since:
1.1
See Also:
Output22Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output22Expression/error"

OUTPUT22_EXPRESSION_KEY

static final java.lang.String OUTPUT22_EXPRESSION_KEY
Configuration OUTPUT22_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output23Expression

static final java.lang.String Output23Expression
LDAP expression to trigger the state of output pin 23 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT23_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT23_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output23Expression", Constant Field Values

OUTPUT23_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT23_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output23Expression/get"

OUTPUT23_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT23_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values.

Since:
1.1
See Also:
Output23Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output23Expression/read"

OUTPUT23_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT23_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values.

Since:
1.1
See Also:
Output23Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output23Expression/write"

OUTPUT23_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT23_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values.

Since:
1.1
See Also:
Output23Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output23Expression/error"

OUTPUT23_EXPRESSION_KEY

static final java.lang.String OUTPUT23_EXPRESSION_KEY
Configuration OUTPUT23_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output24Expression

static final java.lang.String Output24Expression
LDAP expression to trigger the state of output pin 24 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT24_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT24_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output24Expression", Constant Field Values

OUTPUT24_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT24_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output24Expression/get"

OUTPUT24_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT24_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values.

Since:
1.1
See Also:
Output24Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output24Expression/read"

OUTPUT24_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT24_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values.

Since:
1.1
See Also:
Output24Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output24Expression/write"

OUTPUT24_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT24_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values.

Since:
1.1
See Also:
Output24Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output24Expression/error"

OUTPUT24_EXPRESSION_KEY

static final java.lang.String OUTPUT24_EXPRESSION_KEY
Configuration OUTPUT24_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output25Expression

static final java.lang.String Output25Expression
LDAP expression to trigger the state of output pin 25 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT25_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT25_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output25Expression", Constant Field Values

OUTPUT25_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT25_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output25Expression/get"

OUTPUT25_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT25_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values.

Since:
1.1
See Also:
Output25Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output25Expression/read"

OUTPUT25_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT25_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values.

Since:
1.1
See Also:
Output25Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output25Expression/write"

OUTPUT25_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT25_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values.

Since:
1.1
See Also:
Output25Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output25Expression/error"

OUTPUT25_EXPRESSION_KEY

static final java.lang.String OUTPUT25_EXPRESSION_KEY
Configuration OUTPUT25_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output26Expression

static final java.lang.String Output26Expression
LDAP expression to trigger the state of output pin 26 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT26_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT26_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output26Expression", Constant Field Values

OUTPUT26_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT26_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output26Expression/get"

OUTPUT26_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT26_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values.

Since:
1.1
See Also:
Output26Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output26Expression/read"

OUTPUT26_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT26_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values.

Since:
1.1
See Also:
Output26Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output26Expression/write"

OUTPUT26_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT26_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values.

Since:
1.1
See Also:
Output26Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output26Expression/error"

OUTPUT26_EXPRESSION_KEY

static final java.lang.String OUTPUT26_EXPRESSION_KEY
Configuration OUTPUT26_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output27Expression

static final java.lang.String Output27Expression
LDAP expression to trigger the state of output pin 27 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT27_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT27_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output27Expression", Constant Field Values

OUTPUT27_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT27_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output27Expression/get"

OUTPUT27_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT27_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values.

Since:
1.1
See Also:
Output27Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output27Expression/read"

OUTPUT27_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT27_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values.

Since:
1.1
See Also:
Output27Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output27Expression/write"

OUTPUT27_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT27_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values.

Since:
1.1
See Also:
Output27Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output27Expression/error"

OUTPUT27_EXPRESSION_KEY

static final java.lang.String OUTPUT27_EXPRESSION_KEY
Configuration OUTPUT27_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output28Expression

static final java.lang.String Output28Expression
LDAP expression to trigger the state of output pin 28 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT28_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT28_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output28Expression", Constant Field Values

OUTPUT28_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT28_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output28Expression/get"

OUTPUT28_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT28_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values.

Since:
1.1
See Also:
Output28Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output28Expression/read"

OUTPUT28_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT28_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values.

Since:
1.1
See Also:
Output28Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output28Expression/write"

OUTPUT28_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT28_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values.

Since:
1.1
See Also:
Output28Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output28Expression/error"

OUTPUT28_EXPRESSION_KEY

static final java.lang.String OUTPUT28_EXPRESSION_KEY
Configuration OUTPUT28_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output29Expression

static final java.lang.String Output29Expression
LDAP expression to trigger the state of output pin 29 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT29_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT29_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output29Expression", Constant Field Values

OUTPUT29_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT29_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output29Expression/get"

OUTPUT29_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT29_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values.

Since:
1.1
See Also:
Output29Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output29Expression/read"

OUTPUT29_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT29_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values.

Since:
1.1
See Also:
Output29Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output29Expression/write"

OUTPUT29_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT29_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values.

Since:
1.1
See Also:
Output29Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output29Expression/error"

OUTPUT29_EXPRESSION_KEY

static final java.lang.String OUTPUT29_EXPRESSION_KEY
Configuration OUTPUT29_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output30Expression

static final java.lang.String Output30Expression
LDAP expression to trigger the state of output pin 30 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT30_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT30_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output30Expression", Constant Field Values

OUTPUT30_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT30_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output30Expression/get"

OUTPUT30_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT30_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values.

Since:
1.1
See Also:
Output30Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output30Expression/read"

OUTPUT30_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT30_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values.

Since:
1.1
See Also:
Output30Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output30Expression/write"

OUTPUT30_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT30_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values.

Since:
1.1
See Also:
Output30Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output30Expression/error"

OUTPUT30_EXPRESSION_KEY

static final java.lang.String OUTPUT30_EXPRESSION_KEY
Configuration OUTPUT30_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output31Expression

static final java.lang.String Output31Expression
LDAP expression to trigger the state of output pin 31 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT31_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT31_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output31Expression", Constant Field Values

OUTPUT31_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT31_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output31Expression/get"

OUTPUT31_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT31_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values.

Since:
1.1
See Also:
Output31Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output31Expression/read"

OUTPUT31_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT31_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values.

Since:
1.1
See Also:
Output31Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output31Expression/write"

OUTPUT31_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT31_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values.

Since:
1.1
See Also:
Output31Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output31Expression/error"

OUTPUT31_EXPRESSION_KEY

static final java.lang.String OUTPUT31_EXPRESSION_KEY
Configuration OUTPUT31_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

Output32Expression

static final java.lang.String Output32Expression
LDAP expression to trigger the state of output pin 32 based on input pin and control values.

Since:
1.0
See Also:
Constant Field Values

OUTPUT32_EXPRESSION_EXTERNAL_KEY

static final java.lang.String OUTPUT32_EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output32Expression", Constant Field Values

OUTPUT32_EXPRESSION_GET_EXTERNAL_KEY

static final java.lang.String OUTPUT32_EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values.

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/Output32Expression/get"

OUTPUT32_EXPRESSION_READ_EXTERNAL_KEY

static final java.lang.String OUTPUT32_EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values.

Since:
1.1
See Also:
Output32Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output32Expression/read"

OUTPUT32_EXPRESSION_WRITE_EXTERNAL_KEY

static final java.lang.String OUTPUT32_EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values.

Since:
1.1
See Also:
Output32Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output32Expression/write"

OUTPUT32_EXPRESSION_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUT32_EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values.

Since:
1.1
See Also:
Output32Expression, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/Output32Expression/error"

OUTPUT32_EXPRESSION_KEY

static final java.lang.String OUTPUT32_EXPRESSION_KEY
Configuration OUTPUT32_EXPRESSION_KEY key.

Since:
1.1
See Also:
Constant Field Values

AnalogInputCount

static final java.lang.String AnalogInputCount
AnalogInputCount specifies the number of analog inputs supported by the device. AnalogInputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogInputCount is reported as a Long value. .

Since:
1.1
See Also:
Constant Field Values

ANALOG_INPUT_COUNT_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_COUNT_EXTERNAL_KEY
AnalogInputCount specifies the number of analog inputs supported by the device. AnalogInputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogInputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogInputCount", Constant Field Values

ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_COUNT_GET_EXTERNAL_KEY
AnalogInputCount specifies the number of analog inputs supported by the device. AnalogInputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogInputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogInputCount/get"

ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_COUNT_READ_EXTERNAL_KEY
AnalogInputCount specifies the number of analog inputs supported by the device. AnalogInputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogInputCount is reported as a Long value. .

Since:
1.1
See Also:
AnalogInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogInputCount/read"

ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_COUNT_ERROR_EXTERNAL_KEY
AnalogInputCount specifies the number of analog inputs supported by the device. AnalogInputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogInputCount is reported as a Long value. .

Since:
1.1
See Also:
AnalogInputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogInputCount/error"

AnalogOutputCount

static final java.lang.String AnalogOutputCount
AnalogOutputCount specifies the number of outputs supported by the device. AnalogOutputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogOutputCount is reported as a Long value. .

Since:
1.1
See Also:
Constant Field Values

ANALOG_OUTPUT_COUNT_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_COUNT_EXTERNAL_KEY
AnalogOutputCount specifies the number of outputs supported by the device. AnalogOutputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogOutputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogOutputCount", Constant Field Values

ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_COUNT_GET_EXTERNAL_KEY
AnalogOutputCount specifies the number of outputs supported by the device. AnalogOutputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogOutputCount is reported as a Long value. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogOutputCount/get"

ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_COUNT_READ_EXTERNAL_KEY
AnalogOutputCount specifies the number of outputs supported by the device. AnalogOutputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogOutputCount is reported as a Long value. .

Since:
1.1
See Also:
AnalogOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogOutputCount/read"

ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_COUNT_ERROR_EXTERNAL_KEY
AnalogOutputCount specifies the number of outputs supported by the device. AnalogOutputCount is a read-only measurement and should be set only by the implementation class. By default, this value is zero. AnalogOutputCount is reported as a Long value. .

Since:
1.1
See Also:
AnalogOutputCount, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogOutputCount/error"

AnalogInput

static final java.lang.String AnalogInput
AnalogInput specifies the current analog inputs. AnalogInput is a read-only measurement reported as a Map value with analog input keys (see AnalogInput data keys) and Long state values. The measurement includes the state of multiple analog inputs. Analog inputs are indexed beginning with 1. When the state of 1 or more analog input changes, the measurement will include old and new states for all of the supported analog inputs All analog inputs may not be supported by the device. Get the AnalogInputCount measurement for the number of supported input pins. .

Since:
1.1
See Also:
Constant Field Values

ANALOG_INPUT_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_EXTERNAL_KEY
AnalogInput specifies the current analog inputs. AnalogInput is a read-only measurement reported as a Map value with analog input keys (see AnalogInput data keys) and Long state values. The measurement includes the state of multiple analog inputs. Analog inputs are indexed beginning with 1. When the state of 1 or more analog input changes, the measurement will include old and new states for all of the supported analog inputs All analog inputs may not be supported by the device. Get the AnalogInputCount measurement for the number of supported input pins. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogInput", Constant Field Values

ANALOG_INPUT_GET_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_GET_EXTERNAL_KEY
AnalogInput specifies the current analog inputs. AnalogInput is a read-only measurement reported as a Map value with analog input keys (see AnalogInput data keys) and Long state values. The measurement includes the state of multiple analog inputs. Analog inputs are indexed beginning with 1. When the state of 1 or more analog input changes, the measurement will include old and new states for all of the supported analog inputs All analog inputs may not be supported by the device. Get the AnalogInputCount measurement for the number of supported input pins. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogInput/get"

ANALOG_INPUT_READ_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_READ_EXTERNAL_KEY
AnalogInput specifies the current analog inputs. AnalogInput is a read-only measurement reported as a Map value with analog input keys (see AnalogInput data keys) and Long state values. The measurement includes the state of multiple analog inputs. Analog inputs are indexed beginning with 1. When the state of 1 or more analog input changes, the measurement will include old and new states for all of the supported analog inputs All analog inputs may not be supported by the device. Get the AnalogInputCount measurement for the number of supported input pins. .

Since:
1.1
See Also:
AnalogInput, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogInput/read"

ANALOG_INPUT_ERROR_EXTERNAL_KEY

static final java.lang.String ANALOG_INPUT_ERROR_EXTERNAL_KEY
AnalogInput specifies the current analog inputs. AnalogInput is a read-only measurement reported as a Map value with analog input keys (see AnalogInput data keys) and Long state values. The measurement includes the state of multiple analog inputs. Analog inputs are indexed beginning with 1. When the state of 1 or more analog input changes, the measurement will include old and new states for all of the supported analog inputs All analog inputs may not be supported by the device. Get the AnalogInputCount measurement for the number of supported input pins. .

Since:
1.1
See Also:
AnalogInput, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogInput/error"

AnalogOutput

static final java.lang.String AnalogOutput
AnalogOutput specifies the current states of the analog outputs. AnalogOutput is a read-only measurement reported as a Map value with analog outputs (see AnalogOutput data keys) and Long state values. The measurement includes the state of multiple analog outputs. Analog outputs are indexed beginning with 1. When the state of 1 or more analog outputs changes, the measurement will include old and new states for all of the supported analog outputs. All analog outputs may not be supported by the device. Get the AnalogOutputCount measurement for the number of supported output pins. .

Since:
1.1
See Also:
Constant Field Values

ANALOG_OUTPUT_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_EXTERNAL_KEY
AnalogOutput specifies the current states of the analog outputs. AnalogOutput is a read-only measurement reported as a Map value with analog outputs (see AnalogOutput data keys) and Long state values. The measurement includes the state of multiple analog outputs. Analog outputs are indexed beginning with 1. When the state of 1 or more analog outputs changes, the measurement will include old and new states for all of the supported analog outputs. All analog outputs may not be supported by the device. Get the AnalogOutputCount measurement for the number of supported output pins. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogOutput", Constant Field Values

ANALOG_OUTPUT_GET_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_GET_EXTERNAL_KEY
AnalogOutput specifies the current states of the analog outputs. AnalogOutput is a read-only measurement reported as a Map value with analog outputs (see AnalogOutput data keys) and Long state values. The measurement includes the state of multiple analog outputs. Analog outputs are indexed beginning with 1. When the state of 1 or more analog outputs changes, the measurement will include old and new states for all of the supported analog outputs. All analog outputs may not be supported by the device. Get the AnalogOutputCount measurement for the number of supported output pins. .

Since:
1.1
See Also:
The value of this field is "prefix/Gpio/AnalogOutput/get"

ANALOG_OUTPUT_READ_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_READ_EXTERNAL_KEY
AnalogOutput specifies the current states of the analog outputs. AnalogOutput is a read-only measurement reported as a Map value with analog outputs (see AnalogOutput data keys) and Long state values. The measurement includes the state of multiple analog outputs. Analog outputs are indexed beginning with 1. When the state of 1 or more analog outputs changes, the measurement will include old and new states for all of the supported analog outputs. All analog outputs may not be supported by the device. Get the AnalogOutputCount measurement for the number of supported output pins. .

Since:
1.1
See Also:
AnalogOutput, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogOutput/read"

ANALOG_OUTPUT_ERROR_EXTERNAL_KEY

static final java.lang.String ANALOG_OUTPUT_ERROR_EXTERNAL_KEY
AnalogOutput specifies the current states of the analog outputs. AnalogOutput is a read-only measurement reported as a Map value with analog outputs (see AnalogOutput data keys) and Long state values. The measurement includes the state of multiple analog outputs. Analog outputs are indexed beginning with 1. When the state of 1 or more analog outputs changes, the measurement will include old and new states for all of the supported analog outputs. All analog outputs may not be supported by the device. Get the AnalogOutputCount measurement for the number of supported output pins. .

Since:
1.1
See Also:
AnalogOutput, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY, The value of this field is "prefix/Gpio/AnalogOutput/error"

ALL_COMMANDS

static final java.lang.String[] ALL_COMMANDS
Comprehensive list of all the command identifiers.

Since:
1.0

ALL_SIGNALS

static final java.lang.String[] ALL_SIGNALS
Comprehensive list of all the signal identifiers.

Since:
1.0

ALL_MEASUREMENTS

static final java.lang.String[] ALL_MEASUREMENTS
Comprehensive list of all the measurement identifiers.

Since:
1.0

I0_DATA_KEY

static final java.lang.String I0_DATA_KEY
Input pin 0 - Special meaning all input states. The value of this field is "i0"

Since:
1.1
See Also:
Constant Field Values

I1_DATA_KEY

static final java.lang.String I1_DATA_KEY
Input pin 1 - boolean state. The value of this field is "i1"

Since:
1.0
See Also:
Constant Field Values

I2_DATA_KEY

static final java.lang.String I2_DATA_KEY
Input pin 2 - boolean state. The value of this field is "i2"

Since:
1.0
See Also:
Constant Field Values

I3_DATA_KEY

static final java.lang.String I3_DATA_KEY
Input pin 3 - boolean state. The value of this field is "i3"

Since:
1.0
See Also:
Constant Field Values

I4_DATA_KEY

static final java.lang.String I4_DATA_KEY
Input pin 4 - boolean state. The value of this field is "i4"

Since:
1.0
See Also:
Constant Field Values

I5_DATA_KEY

static final java.lang.String I5_DATA_KEY
Input pin 5 - boolean state. The value of this field is "i5"

Since:
1.0
See Also:
Constant Field Values

I6_DATA_KEY

static final java.lang.String I6_DATA_KEY
Input pin 6 - boolean state. The value of this field is "i6"

Since:
1.0
See Also:
Constant Field Values

I7_DATA_KEY

static final java.lang.String I7_DATA_KEY
Input pin 7 - boolean state. The value of this field is "i7"

Since:
1.0
See Also:
Constant Field Values

I8_DATA_KEY

static final java.lang.String I8_DATA_KEY
Input pin 8 - boolean state. The value of this field is "i8"

Since:
1.0
See Also:
Constant Field Values

I9_DATA_KEY

static final java.lang.String I9_DATA_KEY
Input pin 9 - boolean state. The value of this field is "i9"

Since:
1.0
See Also:
Constant Field Values

I10_DATA_KEY

static final java.lang.String I10_DATA_KEY
Input pin 10 - boolean state. The value of this field is "i10"

Since:
1.0
See Also:
Constant Field Values

I11_DATA_KEY

static final java.lang.String I11_DATA_KEY
Input pin 11 - boolean state. The value of this field is "i11"

Since:
1.0
See Also:
Constant Field Values

I12_DATA_KEY

static final java.lang.String I12_DATA_KEY
Input pin 12 - boolean state. The value of this field is "i12"

Since:
1.0
See Also:
Constant Field Values

I13_DATA_KEY

static final java.lang.String I13_DATA_KEY
Input pin 13 - boolean state. The value of this field is "i13"

Since:
1.0
See Also:
Constant Field Values

I14_DATA_KEY

static final java.lang.String I14_DATA_KEY
Input pin 14 - boolean state. The value of this field is "i14"

Since:
1.0
See Also:
Constant Field Values

I15_DATA_KEY

static final java.lang.String I15_DATA_KEY
Input pin 15 - boolean state. The value of this field is "i15"

Since:
1.0
See Also:
Constant Field Values

I16_DATA_KEY

static final java.lang.String I16_DATA_KEY
Input pin 16 - boolean state. The value of this field is "i16"

Since:
1.0
See Also:
Constant Field Values

I17_DATA_KEY

static final java.lang.String I17_DATA_KEY
Input pin 17 - boolean state. The value of this field is "i17"

Since:
1.0
See Also:
Constant Field Values

I18_DATA_KEY

static final java.lang.String I18_DATA_KEY
Input pin 18 - boolean state. The value of this field is "i18"

Since:
1.0
See Also:
Constant Field Values

I19_DATA_KEY

static final java.lang.String I19_DATA_KEY
Input pin 19 - boolean state. The value of this field is "i19"

Since:
1.0
See Also:
Constant Field Values

I20_DATA_KEY

static final java.lang.String I20_DATA_KEY
Input pin 20 - boolean state. The value of this field is "i20"

Since:
1.0
See Also:
Constant Field Values

I21_DATA_KEY

static final java.lang.String I21_DATA_KEY
Input pin 21 - boolean state. The value of this field is "i21"

Since:
1.0
See Also:
Constant Field Values

I22_DATA_KEY

static final java.lang.String I22_DATA_KEY
Input pin 22 - boolean state. The value of this field is "i22"

Since:
1.0
See Also:
Constant Field Values

I23_DATA_KEY

static final java.lang.String I23_DATA_KEY
Input pin 23 - boolean state. The value of this field is "i23"

Since:
1.0
See Also:
Constant Field Values

I24_DATA_KEY

static final java.lang.String I24_DATA_KEY
Input pin 24 - boolean state. The value of this field is "i24"

Since:
1.0
See Also:
Constant Field Values

I25_DATA_KEY

static final java.lang.String I25_DATA_KEY
Input pin 25 - boolean state. The value of this field is "i25"

Since:
1.0
See Also:
Constant Field Values

I26_DATA_KEY

static final java.lang.String I26_DATA_KEY
Input pin 26 - boolean state. The value of this field is "i26"

Since:
1.0
See Also:
Constant Field Values

I27_DATA_KEY

static final java.lang.String I27_DATA_KEY
Input pin 27 - boolean state. The value of this field is "i27"

Since:
1.0
See Also:
Constant Field Values

I28_DATA_KEY

static final java.lang.String I28_DATA_KEY
Input pin 28 - boolean state. The value of this field is "i28"

Since:
1.0
See Also:
Constant Field Values

I29_DATA_KEY

static final java.lang.String I29_DATA_KEY
Input pin 29 - boolean state. The value of this field is "i29"

Since:
1.0
See Also:
Constant Field Values

I30_DATA_KEY

static final java.lang.String I30_DATA_KEY
Input pin 30 - boolean state. The value of this field is "i30"

Since:
1.0
See Also:
Constant Field Values

I31_DATA_KEY

static final java.lang.String I31_DATA_KEY
Input pin 31 - boolean state. The value of this field is "i31"

Since:
1.0
See Also:
Constant Field Values

I32_DATA_KEY

static final java.lang.String I32_DATA_KEY
Input pin 32 - boolean state. The value of this field is "i32"

Since:
1.0
See Also:
Constant Field Values

O0_DATA_KEY

static final java.lang.String O0_DATA_KEY
Output 0 - special boolean state meaning all output pins. The value of this field is "o0"

Since:
1.0
See Also:
Constant Field Values

O1_DATA_KEY

static final java.lang.String O1_DATA_KEY
Output pin 1 - boolean state. The value of this field is "o1"

Since:
1.0
See Also:
Constant Field Values

O2_DATA_KEY

static final java.lang.String O2_DATA_KEY
Output pin 2 - boolean state. The value of this field is "o2"

Since:
1.0
See Also:
Constant Field Values

O3_DATA_KEY

static final java.lang.String O3_DATA_KEY
Output pin 3 - boolean state. The value of this field is "o3"

Since:
1.0
See Also:
Constant Field Values

O4_DATA_KEY

static final java.lang.String O4_DATA_KEY
Output pin 4 - boolean state. The value of this field is "o4"

Since:
1.0
See Also:
Constant Field Values

O5_DATA_KEY

static final java.lang.String O5_DATA_KEY
Output pin 5 - boolean state. The value of this field is "o5"

Since:
1.0
See Also:
Constant Field Values

O6_DATA_KEY

static final java.lang.String O6_DATA_KEY
Output pin 6 - boolean state. The value of this field is "o6"

Since:
1.0
See Also:
Constant Field Values

O7_DATA_KEY

static final java.lang.String O7_DATA_KEY
Output pin 7 - boolean state. The value of this field is "o7"

Since:
1.0
See Also:
Constant Field Values

O8_DATA_KEY

static final java.lang.String O8_DATA_KEY
Output pin 8 - boolean state. The value of this field is "o8"

Since:
1.0
See Also:
Constant Field Values

O9_DATA_KEY

static final java.lang.String O9_DATA_KEY
Output pin 9 - boolean state. The value of this field is "o9"

Since:
1.0
See Also:
Constant Field Values

O10_DATA_KEY

static final java.lang.String O10_DATA_KEY
Output pin 10 - boolean state. The value of this field is "o10"

Since:
1.0
See Also:
Constant Field Values

O11_DATA_KEY

static final java.lang.String O11_DATA_KEY
Output pin 11 - boolean state. The value of this field is "o11"

Since:
1.0
See Also:
Constant Field Values

O12_DATA_KEY

static final java.lang.String O12_DATA_KEY
Output pin 12 - boolean state. The value of this field is "o12"

Since:
1.0
See Also:
Constant Field Values

O13_DATA_KEY

static final java.lang.String O13_DATA_KEY
Output pin 13 - boolean state. The value of this field is "o13"

Since:
1.0
See Also:
Constant Field Values

O14_DATA_KEY

static final java.lang.String O14_DATA_KEY
Output pin 14 - boolean state. The value of this field is "o14"

Since:
1.0
See Also:
Constant Field Values

O15_DATA_KEY

static final java.lang.String O15_DATA_KEY
Output pin 15 - boolean state. The value of this field is "o15"

Since:
1.0
See Also:
Constant Field Values

O16_DATA_KEY

static final java.lang.String O16_DATA_KEY
Output pin 16 - boolean state. The value of this field is "o16"

Since:
1.0
See Also:
Constant Field Values

O17_DATA_KEY

static final java.lang.String O17_DATA_KEY
Output pin 17 - boolean state. The value of this field is "o17"

Since:
1.0
See Also:
Constant Field Values

O18_DATA_KEY

static final java.lang.String O18_DATA_KEY
Output pin 18 - boolean state. The value of this field is "o18"

Since:
1.0
See Also:
Constant Field Values

O19_DATA_KEY

static final java.lang.String O19_DATA_KEY
Output pin 19 - boolean state. The value of this field is "o19"

Since:
1.0
See Also:
Constant Field Values

O20_DATA_KEY

static final java.lang.String O20_DATA_KEY
Output pin 20 - boolean state. The value of this field is "o20"

Since:
1.0
See Also:
Constant Field Values

O21_DATA_KEY

static final java.lang.String O21_DATA_KEY
Output pin 21 - boolean state. The value of this field is "o21"

Since:
1.0
See Also:
Constant Field Values

O22_DATA_KEY

static final java.lang.String O22_DATA_KEY
Output pin 22 - boolean state. The value of this field is "o22"

Since:
1.0
See Also:
Constant Field Values

O23_DATA_KEY

static final java.lang.String O23_DATA_KEY
Output pin 23 - boolean state. The value of this field is "o23"

Since:
1.0
See Also:
Constant Field Values

O24_DATA_KEY

static final java.lang.String O24_DATA_KEY
Output pin 24 - boolean state. The value of this field is "o24"

Since:
1.0
See Also:
Constant Field Values

O25_DATA_KEY

static final java.lang.String O25_DATA_KEY
Output pin 25 - boolean state. The value of this field is "o25"

Since:
1.0
See Also:
Constant Field Values

O26_DATA_KEY

static final java.lang.String O26_DATA_KEY
Output pin 26 - boolean state. The value of this field is "o26"

Since:
1.0
See Also:
Constant Field Values

O27_DATA_KEY

static final java.lang.String O27_DATA_KEY
Output pin 27 - boolean state. The value of this field is "o27"

Since:
1.0
See Also:
Constant Field Values

O28_DATA_KEY

static final java.lang.String O28_DATA_KEY
Output pin 28 - boolean state. The value of this field is "o28"

Since:
1.0
See Also:
Constant Field Values

O29_DATA_KEY

static final java.lang.String O29_DATA_KEY
Output pin 29 - boolean state. The value of this field is "o29"

Since:
1.0
See Also:
Constant Field Values

O30_DATA_KEY

static final java.lang.String O30_DATA_KEY
Output pin 30 - boolean state. The value of this field is "o30"

Since:
1.0
See Also:
Constant Field Values

O31_DATA_KEY

static final java.lang.String O31_DATA_KEY
Output pin 31 - boolean state. The value of this field is "o31"

Since:
1.0
See Also:
Constant Field Values

O32_DATA_KEY

static final java.lang.String O32_DATA_KEY
Output pin 32 - boolean state. The value of this field is "o32"

Since:
1.0
See Also:
Constant Field Values

AI0_DATA_KEY

static final java.lang.String AI0_DATA_KEY
Analog Input 0 - Special Analog Input meaning all inputs. The value of this field is "ai0"

Since:
1.1
See Also:
Constant Field Values

AI1_DATA_KEY

static final java.lang.String AI1_DATA_KEY
Analog Input 1. The value of this field is "ai1"

Since:
1.1
See Also:
Constant Field Values

AI2_DATA_KEY

static final java.lang.String AI2_DATA_KEY
Analog Input 2. The value of this field is "ai2"

Since:
1.1
See Also:
Constant Field Values

AI3_DATA_KEY

static final java.lang.String AI3_DATA_KEY
Analog Input 3. The value of this field is "ai3"

Since:
1.1
See Also:
Constant Field Values

AI4_DATA_KEY

static final java.lang.String AI4_DATA_KEY
Analog Input 4. The value of this field is "ai4"

Since:
1.1
See Also:
Constant Field Values

AI5_DATA_KEY

static final java.lang.String AI5_DATA_KEY
Analog Input 5. The value of this field is "ai5"

Since:
1.1
See Also:
Constant Field Values

AI6_DATA_KEY

static final java.lang.String AI6_DATA_KEY
Analog Input 6. The value of this field is "ai6"

Since:
1.1
See Also:
Constant Field Values

AI7_DATA_KEY

static final java.lang.String AI7_DATA_KEY
Analog Input 7. The value of this field is "ai7"

Since:
1.1
See Also:
Constant Field Values

AI8_DATA_KEY

static final java.lang.String AI8_DATA_KEY
Analog Input 8. The value of this field is "ai8"

Since:
1.1
See Also:
Constant Field Values

AI9_DATA_KEY

static final java.lang.String AI9_DATA_KEY
Analog Input 9. The value of this field is "ai9"

Since:
1.1
See Also:
Constant Field Values

AI10_DATA_KEY

static final java.lang.String AI10_DATA_KEY
Analog Input 10. The value of this field is "ai10"

Since:
1.1
See Also:
Constant Field Values

AI11_DATA_KEY

static final java.lang.String AI11_DATA_KEY
Analog Input 11. The value of this field is "ai11"

Since:
1.1
See Also:
Constant Field Values

AI12_DATA_KEY

static final java.lang.String AI12_DATA_KEY
Analog Input 12. The value of this field is "ai12"

Since:
1.1
See Also:
Constant Field Values

AI13_DATA_KEY

static final java.lang.String AI13_DATA_KEY
Analog Input 13. The value of this field is "ai13"

Since:
1.1
See Also:
Constant Field Values

AI14_DATA_KEY

static final java.lang.String AI14_DATA_KEY
Analog Input 14. The value of this field is "ai14"

Since:
1.1
See Also:
Constant Field Values

AI15_DATA_KEY

static final java.lang.String AI15_DATA_KEY
Analog Input 15. The value of this field is "ai15"

Since:
1.1
See Also:
Constant Field Values

AI16_DATA_KEY

static final java.lang.String AI16_DATA_KEY
Analog Input 16. The value of this field is "ai16"

Since:
1.1
See Also:
Constant Field Values

AI17_DATA_KEY

static final java.lang.String AI17_DATA_KEY
Analog Input 17. The value of this field is "ai17"

Since:
1.1
See Also:
Constant Field Values

AI18_DATA_KEY

static final java.lang.String AI18_DATA_KEY
Analog Input 18. The value of this field is "ai18"

Since:
1.1
See Also:
Constant Field Values

AI19_DATA_KEY

static final java.lang.String AI19_DATA_KEY
Analog Input 19. The value of this field is "ai19"

Since:
1.1
See Also:
Constant Field Values

AI20_DATA_KEY

static final java.lang.String AI20_DATA_KEY
Analog Input 20. The value of this field is "ai20"

Since:
1.1
See Also:
Constant Field Values

AI21_DATA_KEY

static final java.lang.String AI21_DATA_KEY
Analog Input 21. The value of this field is "ai21"

Since:
1.1
See Also:
Constant Field Values

AI22_DATA_KEY

static final java.lang.String AI22_DATA_KEY
Analog Input 22. The value of this field is "ai22"

Since:
1.1
See Also:
Constant Field Values

AI23_DATA_KEY

static final java.lang.String AI23_DATA_KEY
Analog Input 23. The value of this field is "ai23"

Since:
1.1
See Also:
Constant Field Values

AI24_DATA_KEY

static final java.lang.String AI24_DATA_KEY
Analog Input 24. The value of this field is "ai24"

Since:
1.1
See Also:
Constant Field Values

AI25_DATA_KEY

static final java.lang.String AI25_DATA_KEY
Analog Input 25. The value of this field is "ai25"

Since:
1.1
See Also:
Constant Field Values

AI26_DATA_KEY

static final java.lang.String AI26_DATA_KEY
Analog Input 26. The value of this field is "ai26"

Since:
1.1
See Also:
Constant Field Values

AI27_DATA_KEY

static final java.lang.String AI27_DATA_KEY
Analog Input 27. The value of this field is "ai27"

Since:
1.1
See Also:
Constant Field Values

AI28_DATA_KEY

static final java.lang.String AI28_DATA_KEY
Analog Input 28. The value of this field is "ai28"

Since:
1.1
See Also:
Constant Field Values

AI29_DATA_KEY

static final java.lang.String AI29_DATA_KEY
Analog Input 29. The value of this field is "ai29"

Since:
1.1
See Also:
Constant Field Values

AI30_DATA_KEY

static final java.lang.String AI30_DATA_KEY
Analog Input 30. The value of this field is "ai30"

Since:
1.1
See Also:
Constant Field Values

AI31_DATA_KEY

static final java.lang.String AI31_DATA_KEY
Analog Input 31. The value of this field is "ai31"

Since:
1.1
See Also:
Constant Field Values

AI32_DATA_KEY

static final java.lang.String AI32_DATA_KEY
Analog Input 32. The value of this field is "ai32"

Since:
1.1
See Also:
Constant Field Values

AO0_DATA_KEY

static final java.lang.String AO0_DATA_KEY
Analog Output 0 - special long state meaning all analog outputs. The value of this field is "ao0"

Since:
1.1
See Also:
Constant Field Values

AO1_DATA_KEY

static final java.lang.String AO1_DATA_KEY
Analog Output 1. The value of this field is "ao1"

Since:
1.1
See Also:
Constant Field Values

AO2_DATA_KEY

static final java.lang.String AO2_DATA_KEY
Analog Output 2. The value of this field is "ao2"

Since:
1.1
See Also:
Constant Field Values

AO3_DATA_KEY

static final java.lang.String AO3_DATA_KEY
Analog Output 3. The value of this field is "ao3"

Since:
1.1
See Also:
Constant Field Values

AO4_DATA_KEY

static final java.lang.String AO4_DATA_KEY
Analog Output 4. The value of this field is "ao4"

Since:
1.1
See Also:
Constant Field Values

AO5_DATA_KEY

static final java.lang.String AO5_DATA_KEY
Analog Output 5. The value of this field is "ao5"

Since:
1.1
See Also:
Constant Field Values

AO6_DATA_KEY

static final java.lang.String AO6_DATA_KEY
Analog Output 6. The value of this field is "ao6"

Since:
1.1
See Also:
Constant Field Values

AO7_DATA_KEY

static final java.lang.String AO7_DATA_KEY
Analog Output 7. The value of this field is "ao7"

Since:
1.1
See Also:
Constant Field Values

AO8_DATA_KEY

static final java.lang.String AO8_DATA_KEY
Analog Output 8. The value of this field is "ao8"

Since:
1.1
See Also:
Constant Field Values

AO9_DATA_KEY

static final java.lang.String AO9_DATA_KEY
Analog Output 9. The value of this field is "ao9"

Since:
1.1
See Also:
Constant Field Values

AO10_DATA_KEY

static final java.lang.String AO10_DATA_KEY
Analog Output 10. The value of this field is "ao10"

Since:
1.1
See Also:
Constant Field Values

AO11_DATA_KEY

static final java.lang.String AO11_DATA_KEY
Analog Output 11. The value of this field is "ao11"

Since:
1.1
See Also:
Constant Field Values

AO12_DATA_KEY

static final java.lang.String AO12_DATA_KEY
Analog Output 12. The value of this field is "ao12"

Since:
1.1
See Also:
Constant Field Values

AO13_DATA_KEY

static final java.lang.String AO13_DATA_KEY
Analog Output 13. The value of this field is "ao13"

Since:
1.1
See Also:
Constant Field Values

AO14_DATA_KEY

static final java.lang.String AO14_DATA_KEY
Analog Output 14. The value of this field is "ao14"

Since:
1.1
See Also:
Constant Field Values

AO15_DATA_KEY

static final java.lang.String AO15_DATA_KEY
Analog Output 15. The value of this field is "ao15"

Since:
1.1
See Also:
Constant Field Values

AO16_DATA_KEY

static final java.lang.String AO16_DATA_KEY
Analog Output 16. The value of this field is "ao16"

Since:
1.1
See Also:
Constant Field Values

AO17_DATA_KEY

static final java.lang.String AO17_DATA_KEY
Analog Output 17. The value of this field is "ao17"

Since:
1.1
See Also:
Constant Field Values

AO18_DATA_KEY

static final java.lang.String AO18_DATA_KEY
Analog Output 18. The value of this field is "ao18"

Since:
1.1
See Also:
Constant Field Values

AO19_DATA_KEY

static final java.lang.String AO19_DATA_KEY
Analog Output 19. The value of this field is "ao19"

Since:
1.1
See Also:
Constant Field Values

AO20_DATA_KEY

static final java.lang.String AO20_DATA_KEY
Analog Output 20. The value of this field is "ao20"

Since:
1.1
See Also:
Constant Field Values

AO21_DATA_KEY

static final java.lang.String AO21_DATA_KEY
Analog Output 21. The value of this field is "ao21"

Since:
1.1
See Also:
Constant Field Values

AO22_DATA_KEY

static final java.lang.String AO22_DATA_KEY
Analog Output 22. The value of this field is "ao22"

Since:
1.1
See Also:
Constant Field Values

AO23_DATA_KEY

static final java.lang.String AO23_DATA_KEY
Analog Output 23. The value of this field is "ao23"

Since:
1.1
See Also:
Constant Field Values

AO24_DATA_KEY

static final java.lang.String AO24_DATA_KEY
Analog Output 24. The value of this field is "ao24"

Since:
1.1
See Also:
Constant Field Values

AO25_DATA_KEY

static final java.lang.String AO25_DATA_KEY
Analog Output 25. The value of this field is "ao25"

Since:
1.1
See Also:
Constant Field Values

AO26_DATA_KEY

static final java.lang.String AO26_DATA_KEY
Analog Output 26. The value of this field is "ao26"

Since:
1.1
See Also:
Constant Field Values

AO27_DATA_KEY

static final java.lang.String AO27_DATA_KEY
Analog Output 27. The value of this field is "ao27"

Since:
1.1
See Also:
Constant Field Values

AO28_DATA_KEY

static final java.lang.String AO28_DATA_KEY
Analog Output 28. The value of this field is "ao28"

Since:
1.1
See Also:
Constant Field Values

AO29_DATA_KEY

static final java.lang.String AO29_DATA_KEY
Analog Output 29. The value of this field is "ao29"

Since:
1.1
See Also:
Constant Field Values

AO30_DATA_KEY

static final java.lang.String AO30_DATA_KEY
Analog Output 30. The value of this field is "ao30"

Since:
1.1
See Also:
Constant Field Values

AO31_DATA_KEY

static final java.lang.String AO31_DATA_KEY
Analog Output 31. The value of this field is "ao31"

Since:
1.1
See Also:
Constant Field Values

AO32_DATA_KEY

static final java.lang.String AO32_DATA_KEY
Analog Output 32. The value of this field is "ao32"

Since:
1.1
See Also:
Constant Field Values

SERVICE_DESCRIPTION

static final java.lang.String SERVICE_DESCRIPTION
Description of the test.

Since:
1.1
See Also:
Constant Field Values

Status

static final java.lang.String Status
Define the GPIO Profile Status measurement.

Since:
1.0
See Also:
Constant Field Values

STATUS_EXTERNAL_KEY

static final java.lang.String STATUS_EXTERNAL_KEY
Define the GPIO Profile Status measurement.

Since:
1.0
See Also:
The value of this field is "prefix/GpioProfile/Status", Constant Field Values

STATUS_GET_EXTERNAL_KEY

static final java.lang.String STATUS_GET_EXTERNAL_KEY
Define the GPIO Profile Status measurement.

Since:
1.0
See Also:
The value of this field is "prefix/GpioProfile/Status/get"

STATUS_ERROR_EXTERNAL_KEY

static final java.lang.String STATUS_ERROR_EXTERNAL_KEY
Define the GPIO Profile Status measurement.

Since:
1.0
See Also:
Status, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/GpioProfile/Status/error"

Configuration

static final java.lang.String Configuration
Define the GPIO Profile Configuration measurement.

Since:
1.0
See Also:
Constant Field Values

CONFIGURATION_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_EXTERNAL_KEY
Define the GPIO Profile Configuration measurement.

Since:
1.0
See Also:
The value of this field is "prefix/GpioProfile/Configuration", Constant Field Values

CONFIGURATION_GET_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
Define the GPIO Profile Configuration measurement.

Since:
1.0
See Also:
The value of this field is "prefix/GpioProfile/Configuration/get"

CONFIGURATION_ERROR_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
Define the GPIO Profile Configuration measurement.

Since:
1.0
See Also:
Configuration, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/GpioProfile/Configuration/error"

Capabilities

static final java.lang.String Capabilities
Define the GPIO Profile Capabilities measurement.

Since:
1.0
See Also:
Constant Field Values

CAPABILITIES_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_EXTERNAL_KEY
Define the GPIO Profile Capabilities measurement.

Since:
1.0
See Also:
The value of this field is "prefix/GpioProfile/Capabilities", Constant Field Values

CAPABILITIES_GET_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
Define the GPIO Profile Capabilities measurement.

Since:
1.0
See Also:
The value of this field is "prefix/GpioProfile/Capabilities/get"

CAPABILITIES_ERROR_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
Define the GPIO Profile Capabilities measurement.

Since:
1.0
See Also:
Capabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/GpioProfile/Capabilities/error"

Metrics

static final java.lang.String Metrics
Define the GPIO Profile Metrics measurement.

Since:
1.1
See Also:
Constant Field Values

METRICS_EXTERNAL_KEY

static final java.lang.String METRICS_EXTERNAL_KEY
Define the GPIO Profile Metrics measurement.

Since:
1.1
See Also:
The value of this field is "prefix/GpioProfile/Metrics", Constant Field Values

METRICS_GET_EXTERNAL_KEY

static final java.lang.String METRICS_GET_EXTERNAL_KEY
Define the GPIO Profile Metrics measurement.

Since:
1.1
See Also:
The value of this field is "prefix/GpioProfile/Metrics/get"

METRICS_ERROR_EXTERNAL_KEY

static final java.lang.String METRICS_ERROR_EXTERNAL_KEY
Define the GPIO Profile Metrics measurement.

Since:
1.1
See Also:
Metrics, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/GpioProfile/Metrics/error"

ANALOG_INPUT_NAMES

static final java.lang.String[] ANALOG_INPUT_NAMES
Define the analog input names (String[]) constant.


ANALOG_OUTPUT_NAMES

static final java.lang.String[] ANALOG_OUTPUT_NAMES
Define the analog output names (String[]) constant.


INPUT_NAMES

static final java.lang.String[] INPUT_NAMES
Define the input names (String[]) constant.


OUTPUT_NAMES

static final java.lang.String[] OUTPUT_NAMES
Define the output names (String[]) constant.


2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.