From 9f241b3ac11c6c4e7f23980803f26e6b95c758f4 Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@gmail.com> Date: Fri, 31 Jan 2025 12:47:54 +0100 Subject: [PATCH] Correcting action and attribute name for raingauge MC. Adding short name --- ...tion_Model_and_Mapping_for_Vertical_Industries.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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..5cbd680 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 @@ -2174,24 +2174,18 @@ This ModuleClass provides the capabilities to measure the atmospheric pressure a This ModuleClass provides the capabilities to measure the height of fallen rain. -<mark>Editor note: the following attributes are missing from the short name tables in 6.3</mark> - - **Table 5.3.1.102-1: Actions of rainGauge ModuleClass** |Return Type |Name |Argument |Optional |Documentation | |-|-|-|-|-| -|none |reset |none |false |Empty the water container. Set the height value to 0. | - - +|none |resetGauge |none |false |Empty the water container. Set the height value to 0. | **Table 5.3.1.102-2: DataPoints of rainGauge ModuleClass** |Name |Type |R/W |Optional |Unit |Documentation | |-|-|-|-|-|-| -|height |xs:integer |R |false |mm |This data point indicates the number of mm of rainfall since the last reset of the device. | - +|gaugeHeight |xs:integer |R |false |mm |This data point indicates the number of mm of rainfall since the last reset of the device. | @@ -6082,6 +6076,7 @@ In protocol bindings resource type names for actions shall be translated into sh |[previousTrack](#53165-playercontrol) |preTk | |[reboot](#582-dmagent) |rebot | |[readIO](#584-dmdatamodelio) |reaIO | +|[resetGauge](#531102-raingauge)|resGe | |[resetNumberValue](#53155-numbervalue) |reNVe | |[resetTextMessage](#53189-textmessage) |reTMe | |[start3Dprint](#5311-threedprinter) |staDt | @@ -6218,6 +6213,7 @@ In protocol bindings resource attributes names for data points of module classes |friendlyName |[dmDeviceInfo](#583-dmdeviceinfo) |friNe | |friendlyLocation |[location](#5392-location), [localization](#5393-localization) |friLn | |fwVersion |[dmDeviceInfo](#583-dmdeviceinfo) |fweVn | +|gaugeHeight |[rainGauge](#531102-raingauge) |gauHt | |generationSource |[energyGeneration](#53133-energygeneration) |genSe | |geoJSON |[location](#5392-location) |geoJN | |grainsRemaining |[grinder](#53143-grinder) |graRg | -- GitLab