From 34c186db9438d9a9cf8d4ae5e0f625efdc212c20 Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@gmail.com> Date: Thu, 30 Jan 2025 15:23:19 +0100 Subject: [PATCH] Correcting attribute name and UoM for anemometer MC --- ...ation_Model_and_Mapping_for_Vertical_Industries.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md b/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md index bf88b71..87dade9 100644 --- a/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md +++ b/TS-0023-SDT_based_Information_Model_and_Mapping_for_Vertical_Industries.md @@ -2136,21 +2136,14 @@ This ModuleClass provides the capability to report the measurement of weight. |unit |[hd:enumWeightUnit](#5639-hdenumweightunit) |RW |true | |The unit of measure for the weight values. The default is kilogram (kg). (see clause [5.6.39](#5639-hdenumweightunit)). | - - #### 5.3.1.100 anemometer This ModuleClass provides the capabilities to indicate the measure of the wind speed. -<mark>Editor note: the following attributes are missing from the short name tables in 6.3</mark> - - **Table 5.3.1.100-1: DataPoints of anemometer ModuleClass** |Name |Type |R/W |Optional |Unit |Documentation | |-|-|-|-|-|-| -|speed |xs:float |R |false |km/h |The speed of the wind | - - +|windSpeed |xs:float |R |false |m/s |The speed of the wind | #### 5.3.1.101 barometer @@ -6476,7 +6469,7 @@ In protocol bindings resource attributes names for data points of module classes |waterFlowStrength |[waterFlow](#53193-waterflow) |waFSh | |weight |[weight](#53199-weight) |weigt | |windDirection |[airQualitySensor](#5316-airqualitysensor) |winDn | -|windSpeed |[airQualitySensor](#5316-airqualitysensor) |winSd | +|windSpeed |[airQualitySensor](#5316-airqualitysensor), [anemometer](#531100-anemometer) |winSd | -- GitLab