Changes between Version 2 and Version 3 of adeiService_list
- Timestamp:
- 09/11/09 02:31:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiService_list
v2 v3 10 10 * ''masks'' - Returns list of configured masks withing specified loggroup 11 11 * ''items'' - Returns list of available data items (channels) within specified loggroup 12 '''Control''' 13 * ''cgroups'' - Returns the list of available control groups, if the control is not provided by the data source, most recent logged values are used as values of control channels. Hence in this case the control groups are equivalent to the logging groups and ''cgroup'' target returns exactly the same information as ''groups'' target. 14 * ''controls'' - Returns the list of available control items within the specified control group 12 15 '''Data Intervals''' 13 16 * ''experiments'' - Returns list of experiments 39 42 * [wiki:adeiParam_db_name db_name ] - Database name 40 43 * [wiki:adeiParam_db_group db_group ] - Log Group 44 * [wiki:adeiParam_control_group control_group ] - Control Group 41 45 42 46 == Returned Result == 46 50 <Value value="<item_id>" name="<item_title>"/> 47 51 <Value value="<item_id>" name="<item_title>"/> 52 ... 53 </result> 54 }}} 55 For the listings of controls the access modes are returned as well: 56 {{{ 57 <result> 58 <Value value="<item_id>" name="<item_title>" read="1" write="0"/> 59 <Value value="<item_id>" name="<item_title>" read="1' write="1"/> 48 60 ... 49 61 </result>