Skip to content
Snippets Groups Projects
Commit 9f241b3a authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Correcting action and attribute name for raingauge MC. Adding short name

parent ba97f7f2
No related tags found
1 merge request!30RDM-2025-0010-Correcting_action_and_attribute_name_for_raingauge_MC_Adding_short_nam
Pipeline #1780 passed
......@@ -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 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment