1.0.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.

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.

The list of exported services:

Version:
1.0.0
See Also:
GpioProfileService,

See the following specification(s) for more details:


Field Summary
static java.lang.String[] ALL_COMMANDS
          Comprehensive list of all the command ids.
static java.lang.String[] ALL_MEASUREMENTS
          Comprehensive list of all the measurement ids.
static java.lang.String[] ALL_SIGNALS
          Comprehensive list of all the signal ids.
static java.lang.String Capabilities
           
static java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
           
static java.lang.String CAPABILITIES_EXTERNAL_KEY
           
static java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
           
static java.lang.String Configuration
           
static java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
           
static java.lang.String CONFIGURATION_EXTERNAL_KEY
           
static java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
           
static java.lang.String GpioProfile
          Define the GpioProfile key.
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_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
           
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 INPUTCOUNT_ERROR_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUTCOUNT_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUTCOUNT_GET_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
static java.lang.String INPUTCOUNT_READ_EXTERNAL_KEY
          InputCount specifies the number of input pins supported by the device.
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_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
           
static java.lang.String OUTPUT_READ_EXTERNAL_KEY
          Output specifies the current states of the output pins.
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 OUTPUT10EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10EXPRESSION_KEY
          Configuration OUTPUT10EXPRESSION_KEY key.
static java.lang.String OUTPUT10EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 based on input pin and control values.
static java.lang.String OUTPUT10EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 10 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 OUTPUT11EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11EXPRESSION_KEY
          Configuration OUTPUT11EXPRESSION_KEY key.
static java.lang.String OUTPUT11EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 based on input pin and control values.
static java.lang.String OUTPUT11EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 11 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 OUTPUT12EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12EXPRESSION_KEY
          Configuration OUTPUT12EXPRESSION_KEY key.
static java.lang.String OUTPUT12EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 based on input pin and control values.
static java.lang.String OUTPUT12EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 12 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 OUTPUT13EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13EXPRESSION_KEY
          Configuration OUTPUT13EXPRESSION_KEY key.
static java.lang.String OUTPUT13EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 based on input pin and control values.
static java.lang.String OUTPUT13EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 13 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 OUTPUT14EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14EXPRESSION_KEY
          Configuration OUTPUT14EXPRESSION_KEY key.
static java.lang.String OUTPUT14EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 based on input pin and control values.
static java.lang.String OUTPUT14EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 14 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 OUTPUT15EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15EXPRESSION_KEY
          Configuration OUTPUT15EXPRESSION_KEY key.
static java.lang.String OUTPUT15EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 based on input pin and control values.
static java.lang.String OUTPUT15EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 15 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 OUTPUT16EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16EXPRESSION_KEY
          Configuration OUTPUT16EXPRESSION_KEY key.
static java.lang.String OUTPUT16EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 based on input pin and control values.
static java.lang.String OUTPUT16EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 16 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 OUTPUT17EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17EXPRESSION_KEY
          Configuration OUTPUT17EXPRESSION_KEY key.
static java.lang.String OUTPUT17EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 based on input pin and control values.
static java.lang.String OUTPUT17EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 17 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 OUTPUT18EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18EXPRESSION_KEY
          Configuration OUTPUT18EXPRESSION_KEY key.
static java.lang.String OUTPUT18EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 based on input pin and control values.
static java.lang.String OUTPUT18EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 18 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 OUTPUT19EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19EXPRESSION_KEY
          Configuration OUTPUT19EXPRESSION_KEY key.
static java.lang.String OUTPUT19EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 19 based on input pin and control values.
static java.lang.String OUTPUT19EXPRESSION_WRITE_EXTERNAL_KEY
          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 OUTPUT1EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1EXPRESSION_KEY
          Configuration OUTPUT1EXPRESSION_KEY key.
static java.lang.String OUTPUT1EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 based on input pin and control values.
static java.lang.String OUTPUT1EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 1 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 OUTPUT20EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20EXPRESSION_KEY
          Configuration OUTPUT20EXPRESSION_KEY key.
static java.lang.String OUTPUT20EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 based on input pin and control values.
static java.lang.String OUTPUT20EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 20 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 OUTPUT21EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21EXPRESSION_KEY
          Configuration OUTPUT21EXPRESSION_KEY key.
static java.lang.String OUTPUT21EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 based on input pin and control values.
static java.lang.String OUTPUT21EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 21 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 OUTPUT22EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22EXPRESSION_KEY
          Configuration OUTPUT22EXPRESSION_KEY key.
static java.lang.String OUTPUT22EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 based on input pin and control values.
static java.lang.String OUTPUT22EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 22 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 OUTPUT23EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23EXPRESSION_KEY
          Configuration OUTPUT23EXPRESSION_KEY key.
static java.lang.String OUTPUT23EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 based on input pin and control values.
static java.lang.String OUTPUT23EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 23 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 OUTPUT24EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24EXPRESSION_KEY
          Configuration OUTPUT24EXPRESSION_KEY key.
static java.lang.String OUTPUT24EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 based on input pin and control values.
static java.lang.String OUTPUT24EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 24 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 OUTPUT25EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25EXPRESSION_KEY
          Configuration OUTPUT25EXPRESSION_KEY key.
static java.lang.String OUTPUT25EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 based on input pin and control values.
static java.lang.String OUTPUT25EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 25 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 OUTPUT26EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26EXPRESSION_KEY
          Configuration OUTPUT26EXPRESSION_KEY key.
static java.lang.String OUTPUT26EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 based on input pin and control values.
static java.lang.String OUTPUT26EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 26 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 OUTPUT27EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27EXPRESSION_KEY
          Configuration OUTPUT27EXPRESSION_KEY key.
static java.lang.String OUTPUT27EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 based on input pin and control values.
static java.lang.String OUTPUT27EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 27 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 OUTPUT28EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28EXPRESSION_KEY
          Configuration OUTPUT28EXPRESSION_KEY key.
static java.lang.String OUTPUT28EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 based on input pin and control values.
static java.lang.String OUTPUT28EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 28 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 OUTPUT29EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29EXPRESSION_KEY
          Configuration OUTPUT29EXPRESSION_KEY key.
static java.lang.String OUTPUT29EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 29 based on input pin and control values.
static java.lang.String OUTPUT29EXPRESSION_WRITE_EXTERNAL_KEY
          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 OUTPUT2EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2EXPRESSION_KEY
          Configuration OUTPUT2EXPRESSION_KEY key.
static java.lang.String OUTPUT2EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 based on input pin and control values.
static java.lang.String OUTPUT2EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 2 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 OUTPUT30EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30EXPRESSION_KEY
          Configuration OUTPUT30EXPRESSION_KEY key.
static java.lang.String OUTPUT30EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 based on input pin and control values.
static java.lang.String OUTPUT30EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 30 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 OUTPUT31EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31EXPRESSION_KEY
          Configuration OUTPUT31EXPRESSION_KEY key.
static java.lang.String OUTPUT31EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 based on input pin and control values.
static java.lang.String OUTPUT31EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 31 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 OUTPUT32EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32EXPRESSION_KEY
          Configuration OUTPUT32EXPRESSION_KEY key.
static java.lang.String OUTPUT32EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 32 based on input pin and control values.
static java.lang.String OUTPUT32EXPRESSION_WRITE_EXTERNAL_KEY
          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 OUTPUT3EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3EXPRESSION_KEY
          Configuration OUTPUT3EXPRESSION_KEY key.
static java.lang.String OUTPUT3EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 based on input pin and control values.
static java.lang.String OUTPUT3EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 3 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 OUTPUT4EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4EXPRESSION_KEY
          Configuration OUTPUT4EXPRESSION_KEY key.
static java.lang.String OUTPUT4EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 based on input pin and control values.
static java.lang.String OUTPUT4EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 4 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 OUTPUT5EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5EXPRESSION_KEY
          Configuration OUTPUT5EXPRESSION_KEY key.
static java.lang.String OUTPUT5EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 based on input pin and control values.
static java.lang.String OUTPUT5EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 5 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 OUTPUT6EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6EXPRESSION_KEY
          Configuration OUTPUT6EXPRESSION_KEY key.
static java.lang.String OUTPUT6EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 based on input pin and control values.
static java.lang.String OUTPUT6EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 6 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 OUTPUT7EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7EXPRESSION_KEY
          Configuration OUTPUT7EXPRESSION_KEY key.
static java.lang.String OUTPUT7EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 based on input pin and control values.
static java.lang.String OUTPUT7EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 7 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 OUTPUT8EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8EXPRESSION_KEY
          Configuration OUTPUT8EXPRESSION_KEY key.
static java.lang.String OUTPUT8EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 based on input pin and control values.
static java.lang.String OUTPUT8EXPRESSION_WRITE_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 8 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 OUTPUT9EXPRESSION_ERROR_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9EXPRESSION_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9EXPRESSION_GET_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9EXPRESSION_KEY
          Configuration OUTPUT9EXPRESSION_KEY key.
static java.lang.String OUTPUT9EXPRESSION_READ_EXTERNAL_KEY
          LDAP expression to trigger the state of output pin 9 based on input pin and control values.
static java.lang.String OUTPUT9EXPRESSION_WRITE_EXTERNAL_KEY
          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 OUTPUTCOUNT_ERROR_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUTCOUNT_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUTCOUNT_GET_EXTERNAL_KEY
          OutputCount specifies the number of output pins supported by the device.
static java.lang.String OUTPUTCOUNT_READ_EXTERNAL_KEY
          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_ERROR_EXTERNAL_KEY
          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 OUTPUTREQUEST_EXTERNAL_KEY
          OutputRequest is the command interface to set the state of output pins.
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
static java.lang.String Status
           
static java.lang.String STATUS_ERROR_EXTERNAL_KEY
           
static java.lang.String STATUS_EXTERNAL_KEY
           
static java.lang.String STATUS_GET_EXTERNAL_KEY
           
 

Field Detail

SERVICE_NAME

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

See Also:
Constant Field Values

GpioProfile

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

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.

See Also:
#handleMethodOutputRequest, Constant Field Values

OUTPUTREQUEST_EXTERNAL_KEY

static final java.lang.String OUTPUTREQUEST_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.

See Also:
#handleMethodOutputRequest, 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.

See Also:
#handleMethodOutputRequest, The value of this field is "prefix/Gpio/OutputRequest/execute"

OUTPUTREQUEST_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUTREQUEST_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.

See Also:
#handleMethodOutputRequest, OutputRequest, org.eclipse.soda.dk.notification.service.NotificationService#EXECUTE_EXTERNAL_KEY, The value of this field is "prefix/Gpio/OutputRequest/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.

See Also:
Constant Field Values

INPUTCOUNT_EXTERNAL_KEY

static final java.lang.String INPUTCOUNT_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.

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

INPUTCOUNT_GET_EXTERNAL_KEY

static final java.lang.String INPUTCOUNT_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.

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

INPUTCOUNT_READ_EXTERNAL_KEY

static final java.lang.String INPUTCOUNT_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.

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

INPUTCOUNT_ERROR_EXTERNAL_KEY

static final java.lang.String INPUTCOUNT_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.

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.

See Also:
Constant Field Values

OUTPUTCOUNT_EXTERNAL_KEY

static final java.lang.String OUTPUTCOUNT_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.

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

OUTPUTCOUNT_GET_EXTERNAL_KEY

static final java.lang.String OUTPUTCOUNT_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.

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

OUTPUTCOUNT_READ_EXTERNAL_KEY

static final java.lang.String OUTPUTCOUNT_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.

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

OUTPUTCOUNT_ERROR_EXTERNAL_KEY

static final java.lang.String OUTPUTCOUNT_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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

See Also:
#handleMethodOutput1Expression, Constant Field Values

OUTPUT1EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT1EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput1Expression, The value of this field is "prefix/Gpio/Output1Expression/get"

OUTPUT1EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT1EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput1Expression, 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"

OUTPUT1EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput1Expression, 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"

OUTPUT1EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput2Expression, Constant Field Values

OUTPUT2EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT2EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput2Expression, The value of this field is "prefix/Gpio/Output2Expression/get"

OUTPUT2EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT2EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput2Expression, 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"

OUTPUT2EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput2Expression, 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"

OUTPUT2EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput3Expression, Constant Field Values

OUTPUT3EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT3EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput3Expression, The value of this field is "prefix/Gpio/Output3Expression/get"

OUTPUT3EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT3EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput3Expression, 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"

OUTPUT3EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput3Expression, 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"

OUTPUT3EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput4Expression, Constant Field Values

OUTPUT4EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT4EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput4Expression, The value of this field is "prefix/Gpio/Output4Expression/get"

OUTPUT4EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT4EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput4Expression, 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"

OUTPUT4EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput4Expression, 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"

OUTPUT4EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput5Expression, Constant Field Values

OUTPUT5EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT5EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput5Expression, The value of this field is "prefix/Gpio/Output5Expression/get"

OUTPUT5EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT5EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput5Expression, 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"

OUTPUT5EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput5Expression, 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"

OUTPUT5EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput6Expression, Constant Field Values

OUTPUT6EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT6EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput6Expression, The value of this field is "prefix/Gpio/Output6Expression/get"

OUTPUT6EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT6EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput6Expression, 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"

OUTPUT6EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput6Expression, 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"

OUTPUT6EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput7Expression, Constant Field Values

OUTPUT7EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT7EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput7Expression, The value of this field is "prefix/Gpio/Output7Expression/get"

OUTPUT7EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT7EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput7Expression, 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"

OUTPUT7EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput7Expression, 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"

OUTPUT7EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput8Expression, Constant Field Values

OUTPUT8EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT8EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput8Expression, The value of this field is "prefix/Gpio/Output8Expression/get"

OUTPUT8EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT8EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput8Expression, 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"

OUTPUT8EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput8Expression, 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"

OUTPUT8EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput9Expression, Constant Field Values

OUTPUT9EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT9EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput9Expression, The value of this field is "prefix/Gpio/Output9Expression/get"

OUTPUT9EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT9EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput9Expression, 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"

OUTPUT9EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput9Expression, 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"

OUTPUT9EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput10Expression, Constant Field Values

OUTPUT10EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT10EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput10Expression, The value of this field is "prefix/Gpio/Output10Expression/get"

OUTPUT10EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT10EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput10Expression, 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"

OUTPUT10EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput10Expression, 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"

OUTPUT10EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput11Expression, Constant Field Values

OUTPUT11EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT11EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput11Expression, The value of this field is "prefix/Gpio/Output11Expression/get"

OUTPUT11EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT11EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput11Expression, 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"

OUTPUT11EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput11Expression, 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"

OUTPUT11EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput12Expression, Constant Field Values

OUTPUT12EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT12EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput12Expression, The value of this field is "prefix/Gpio/Output12Expression/get"

OUTPUT12EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT12EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput12Expression, 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"

OUTPUT12EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput12Expression, 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"

OUTPUT12EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput13Expression, Constant Field Values

OUTPUT13EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT13EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput13Expression, The value of this field is "prefix/Gpio/Output13Expression/get"

OUTPUT13EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT13EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput13Expression, 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"

OUTPUT13EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput13Expression, 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"

OUTPUT13EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput14Expression, Constant Field Values

OUTPUT14EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT14EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput14Expression, The value of this field is "prefix/Gpio/Output14Expression/get"

OUTPUT14EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT14EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput14Expression, 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"

OUTPUT14EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput14Expression, 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"

OUTPUT14EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput15Expression, Constant Field Values

OUTPUT15EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT15EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput15Expression, The value of this field is "prefix/Gpio/Output15Expression/get"

OUTPUT15EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT15EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput15Expression, 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"

OUTPUT15EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput15Expression, 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"

OUTPUT15EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput16Expression, Constant Field Values

OUTPUT16EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT16EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput16Expression, The value of this field is "prefix/Gpio/Output16Expression/get"

OUTPUT16EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT16EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput16Expression, 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"

OUTPUT16EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput16Expression, 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"

OUTPUT16EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput17Expression, Constant Field Values

OUTPUT17EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT17EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput17Expression, The value of this field is "prefix/Gpio/Output17Expression/get"

OUTPUT17EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT17EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput17Expression, 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"

OUTPUT17EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput17Expression, 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"

OUTPUT17EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput18Expression, Constant Field Values

OUTPUT18EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT18EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput18Expression, The value of this field is "prefix/Gpio/Output18Expression/get"

OUTPUT18EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT18EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput18Expression, 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"

OUTPUT18EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput18Expression, 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"

OUTPUT18EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput19Expression, Constant Field Values

OUTPUT19EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT19EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput19Expression, The value of this field is "prefix/Gpio/Output19Expression/get"

OUTPUT19EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT19EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput19Expression, 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"

OUTPUT19EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput19Expression, 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"

OUTPUT19EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput20Expression, Constant Field Values

OUTPUT20EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT20EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput20Expression, The value of this field is "prefix/Gpio/Output20Expression/get"

OUTPUT20EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT20EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput20Expression, 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"

OUTPUT20EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput20Expression, 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"

OUTPUT20EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput21Expression, Constant Field Values

OUTPUT21EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT21EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput21Expression, The value of this field is "prefix/Gpio/Output21Expression/get"

OUTPUT21EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT21EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput21Expression, 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"

OUTPUT21EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput21Expression, 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"

OUTPUT21EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput22Expression, Constant Field Values

OUTPUT22EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT22EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput22Expression, The value of this field is "prefix/Gpio/Output22Expression/get"

OUTPUT22EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT22EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput22Expression, 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"

OUTPUT22EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput22Expression, 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"

OUTPUT22EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput23Expression, Constant Field Values

OUTPUT23EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT23EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput23Expression, The value of this field is "prefix/Gpio/Output23Expression/get"

OUTPUT23EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT23EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput23Expression, 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"

OUTPUT23EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput23Expression, 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"

OUTPUT23EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput24Expression, Constant Field Values

OUTPUT24EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT24EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput24Expression, The value of this field is "prefix/Gpio/Output24Expression/get"

OUTPUT24EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT24EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput24Expression, 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"

OUTPUT24EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput24Expression, 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"

OUTPUT24EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput25Expression, Constant Field Values

OUTPUT25EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT25EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput25Expression, The value of this field is "prefix/Gpio/Output25Expression/get"

OUTPUT25EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT25EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput25Expression, 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"

OUTPUT25EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput25Expression, 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"

OUTPUT25EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput26Expression, Constant Field Values

OUTPUT26EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT26EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput26Expression, The value of this field is "prefix/Gpio/Output26Expression/get"

OUTPUT26EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT26EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput26Expression, 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"

OUTPUT26EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput26Expression, 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"

OUTPUT26EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput27Expression, Constant Field Values

OUTPUT27EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT27EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput27Expression, The value of this field is "prefix/Gpio/Output27Expression/get"

OUTPUT27EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT27EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput27Expression, 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"

OUTPUT27EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput27Expression, 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"

OUTPUT27EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput28Expression, Constant Field Values

OUTPUT28EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT28EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput28Expression, The value of this field is "prefix/Gpio/Output28Expression/get"

OUTPUT28EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT28EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput28Expression, 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"

OUTPUT28EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput28Expression, 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"

OUTPUT28EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput29Expression, Constant Field Values

OUTPUT29EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT29EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput29Expression, The value of this field is "prefix/Gpio/Output29Expression/get"

OUTPUT29EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT29EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput29Expression, 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"

OUTPUT29EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput29Expression, 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"

OUTPUT29EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput30Expression, Constant Field Values

OUTPUT30EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT30EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput30Expression, The value of this field is "prefix/Gpio/Output30Expression/get"

OUTPUT30EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT30EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput30Expression, 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"

OUTPUT30EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput30Expression, 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"

OUTPUT30EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput31Expression, Constant Field Values

OUTPUT31EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT31EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput31Expression, The value of this field is "prefix/Gpio/Output31Expression/get"

OUTPUT31EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT31EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput31Expression, 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"

OUTPUT31EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput31Expression, 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"

OUTPUT31EXPRESSION_KEY

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

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.

See Also:
#handleMethodOutput32Expression, Constant Field Values

OUTPUT32EXPRESSION_EXTERNAL_KEY

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

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

OUTPUT32EXPRESSION_GET_EXTERNAL_KEY

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

See Also:
#handleMethodOutput32Expression, The value of this field is "prefix/Gpio/Output32Expression/get"

OUTPUT32EXPRESSION_READ_EXTERNAL_KEY

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

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

OUTPUT32EXPRESSION_WRITE_EXTERNAL_KEY

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

See Also:
#handleMethodOutput32Expression, 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"

OUTPUT32EXPRESSION_ERROR_EXTERNAL_KEY

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

See Also:
#handleMethodOutput32Expression, 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"

OUTPUT32EXPRESSION_KEY

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

See Also:
Constant Field Values

ALL_COMMANDS

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


ALL_SIGNALS

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


ALL_MEASUREMENTS

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


I1_DATA_KEY

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

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

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"

See Also:
Constant Field Values

Status

static final java.lang.String Status
See Also:
Constant Field Values

STATUS_EXTERNAL_KEY

static final java.lang.String STATUS_EXTERNAL_KEY
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
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
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
See Also:
Constant Field Values

CONFIGURATION_EXTERNAL_KEY

static final java.lang.String CONFIGURATION_EXTERNAL_KEY
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
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
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
See Also:
Constant Field Values

CAPABILITIES_EXTERNAL_KEY

static final java.lang.String CAPABILITIES_EXTERNAL_KEY
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
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
See Also:
Capabilities, org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY, The value of this field is "prefix/GpioProfile/Capabilities/error"

INPUT_NAMES

static final java.lang.String[] INPUT_NAMES

OUTPUT_NAMES

static final java.lang.String[] OUTPUT_NAMES

1.0.0

Copyright (c) 2007 IBM