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

Correcting short names for temperatureAlarm attributes

parent ba97f7f2
No related tags found
2 merge requests!22RDM-2025-0002-Added_missing_link_for_unit_attribute,!21RDM-2025-0001-Adding_short_names_for_temperatureAlarm_MC
Pipeline #1765 passed
......@@ -1851,28 +1851,20 @@ This ModuleClass provides capabilities to represent the current temperature and
|stepValue |xs:float |R |true | |Step value allowed for "targetTemperature". |
#### 5.3.1.88 temperatureAlarm
This ModuleClass provides the capabilities to indicate the detection of abnormal temperatures and raises an alarm if the triggering criterion is met.
<mark>Editor note: the following attributes are missing from the short name tables in 6.3</mark>
**Table 5.3.1.88-1: DataPoints of temperatureAlarm ModuleClass**
|Name |Type |R/W |Optional |Unit |Documentation |
|-|-|-|-|-|-|
|unit | [hd:enumTemperatureUnit](#5640-hdenumtemperatureunit) |RW |true |C or F or K |Default value is 'C'. |
|temperature |xs:float |R |true |Defined in the 'unit' |To report the value of the temperature. |
| | | | | | |
|temperature |xs:float |R |true |Defined in the 'unit' |To report the value of the temperature. |
|highTemperatureAlarm |xs:boolean |R |false | |High temperature alarm. |
|highTemperatureAlarmThreshold |xs:float |RW |true |Defined in the data point 'unit' |The threshold of maximum temperature alarm. |
|lowTemperatureAlarm |xs:boolean |R |false | |Low temperature alarm. |
|lowTemperatureAlarmThreshold |xs:float |RW |true |Defined in the data point 'unit' |The threshold of minimum temperature alarm. |
|alarmTimestamp |xs:datetime |R |true | |The timestamp since the alarm is active. |
|alarmTimestamp |xs:datetime |R |true | |The timestamp since the alarm is active. |
#### 5.3.1.89 textMessage
......@@ -6126,6 +6118,7 @@ In protocol bindings resource attributes names for data points of module classes
|airPressure |[airQualitySensor](#5316-airqualitysensor) |airPe |
|alarm |[motionSensor](#53154-motionsensor), [smokeSensor](#53182-smokesensor), [temperatureAlarm](#53188-temperaturealarm), [waterSensor](#53197-watersensor) |alarm |
|alarmStatus |[alarmSpeaker](#5317-alarmspeaker) |alaSs |
|alarmTimestamp | [temperatureAlarm](#53188-temperaturealarm) | alaTp |
|altitude |[geoLocation](#53141-geolocation) |altie |
|automode |[airFlow](#5314-airflow) |autoe |
|availableChannels |[televisionChannel](#53186-televisionchannel) |avaCs |
......@@ -6229,6 +6222,8 @@ In protocol bindings resource attributes names for data points of module classes
|heatingLevel |[heatingZone](#53144-heatingzone) |heaLl |
|height |[height](#53145-height) |heigt |
|highMagneticAlarm |[magneticSensorParameters](#53161-magneticsensorparameters)|hiMAm |
|highTemperatureAlarm |[temperatureAlarm](#53188-temperaturealarm)|hiTAm |
|highTemperatureAlarmThreshold |[temperatureAlarm](#53188-temperaturealarm)|hTATd |
|horizontalAccuracy |[geoLocation](#53141-geolocation) |horAy |
|horizontalDirection |[airFlow](#5314-airflow) |horDn |
|humidity |[airQualitySensor](#5316-airqualitysensor) |humiy |
......@@ -6269,6 +6264,8 @@ In protocol bindings resource attributes names for data points of module classes
|lowBattery |[battery](#53110-battery) |lowBy |
|lowCreditAlarm |[gasMeterAlarm](#53139-gasmeteralarm) |loCAm |
|lowGasAlarm |[gasMeterAlarm](#53139-gasmeteralarm) |loGAm |
|lowTemperatureAlarm |[temperatureAlarm](#53188-temperaturealarm)|loTAm |
|lowTemperatureAlarmThreshold |[temperatureAlarm](#53188-temperaturealarm)|lTATd |
|lqi |[signalStrength](#53178-signalstrength) |lqi |
|machineStates |[runState](#53175-runstate) |macSs |
|magneticDisturb |[gasMeterAlarm](#53139-gasmeteralarm) |magDb |
......
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