Changes between Version 12 and Version 13 of adeiService_control

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
09/14/09 05:34:24 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_control

    v12 v13  
    2525'''set target''': 
    2626 * [wiki:adeiParam_control_values control_values ] - The comma-separated list of values to set. If the ''control_mask'' is specified, the list should only include values for items in the mask. 
    27  * [wiki:adeiParam_control_set control_set ] - Alternative way of setting values. The parameter value should contain a comma separated list of equations {{{uid=<value>}}} where the ''uid'' is the unique identifier of the channel (the channel numbers are not supported). The error will be returned if the specified ''uid'' is not existing or not belonging to the specified control group. Example: {{{control_set=TI350%3D0,TI351%3D4.2}}} (''%3D'' is url-encoded =). 
     27 * [wiki:adeiParam_control_set control_set ] - Alternative way of setting values. The parameter value should contain a comma separated list of equations {{{uid=<value>}}} where the ''uid'' is the unique identifier of the channel (the channel numbers are not supported). The error will be returned if the specified ''uid'' is not existing or not belonging to the specified control group. Example: {{{control_set=TI350%3D0,TI351%3D4.2}}} (''%3D'' is a url-encoded '='). 
    2828 * [wiki:adeiParam_control_check control_check ] - This property instructs ADEI to perform checks of current channel indications prior to setting the specified values. The property should contain a comma-separated list of checks. Each check could include references to one or more control channels and the channels are not limited to the group we are setting (see specification of [wiki:adeiAddressing channel addressing]). If checks are failed the error will be returned. Example: {{{control_check=TI350+TI351<10,TI352<TI353}}}. 
    2929