From 909457eca2fd662934491379d7c0f0a8f2ef4660 Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@gmail.com> Date: Mon, 3 Feb 2025 13:58:34 +0100 Subject: [PATCH] Adding short names for billDeposit MC --- ...ation_Model_and_Mapping_for_Vertical_Industries.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 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..95dc05b 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 @@ -2273,13 +2273,9 @@ The Pre-paid card reader ModuleClass provides functions to read NFC card and ind - #### 5.3.1.108 billDeposit This ModuleClass provides the capability to deposit bills, indicates the balance of the deposited bills and detects fakes. -<mark>Editor note: the following attributes are missing from the short name tables in 6.3</mark> - - **Table 5.3.1.108-1: DataPoints of billDeposit ModuleClass** |Name |Type |R/W |Optional |Unit |Documentation | @@ -2291,8 +2287,6 @@ This ModuleClass provides the capability to deposit bills, indicates the balance |fakeStatus |xs:boolean |R |false | |This data point indicates that the deposited bills are fake notes. | - - #### 5.3.1.109 billWithdrawal This ModuleClass provides the capability to withdraw bills which are deposited by the [billDeposit](#531108-billdeposit) ModuleClass. @@ -6130,6 +6124,7 @@ In protocol bindings resource attributes names for data points of module classes |automode |[airFlow](#5314-airflow) |autoe | |availableChannels |[televisionChannel](#53186-televisionchannel) |avaCs | |backoffTime |[periodicalReportConfig](#53163-periodicalreportconfig) |bacTe | +|balance |[billDeposit](#531108-billdeposit) |balae | |basalMetabolism |[bodyCompositionAnalyser](#53114-bodycompositionanalyser) |basMm | |bath |[hotWaterSupply](#53146-hotwatersupply) |bath | |batteryThreshold |[battery](#53110-battery) |batTd | @@ -6166,9 +6161,11 @@ In protocol bindings resource attributes names for data points of module classes |contextMeal |[glucometer](#53142-glucometer) |conMl | |contextMedication |[glucometer](#53142-glucometer) |conMn | |contextTester |[glucometer](#53142-glucometer) |conTr | +|count |[billDeposit](#531108-billdeposit) |count | |country |[dmDeviceInfo](#583-dmdeviceinfo) |couny | |cpuUsage |[dmAgent](#582-dmagent) |cpuUe | |cupsNumber |[brewing](#53116-brewing) |cupNr | +|currency |[billDeposit](#531108-billdeposit) |curry | |current |[energyConsumption](#53132-energyconsumption) |currt | |currentAdfState |[autoDocumentFeeder](#5319-autodocumentfeeder) |cuASe | |currentCycleTransmissionErrors |[connectivity](#53125-connectivity) |cCTEs | @@ -6193,6 +6190,7 @@ In protocol bindings resource attributes names for data points of module classes |dataType |[origin](#5394-origin) |datTe | |defaultValue |[numberValue](#53155-numbervalue), [textMessage](#53189-textmessage) |defVe | |defrost |[refrigeration](#53171-refrigeration) |defrt | +|depositStatus |[billDeposit](#531108-billdeposit) |depSs | |description |[faultDetection](#53134-faultdetection), [dmDeviceInfo](#583-dmdeviceinfo), [localization](#5393-localization) |dc | |desiredHumidity |[relativeHumidity](#53172-relativehumidity) |desHy | |detectedTime |[overcurrentSensor](#53158-overcurrentsensor), [smokeSensor](#53182-smokesensor) |detTe | @@ -6210,6 +6208,7 @@ In protocol bindings resource attributes names for data points of module classes |energy |[pulsemeter](#53168-pulsemeter) |enery | |estimatedTimeToEnd |[timer](#53190-timer) |eTTEd | |extraRinse |[clothesWasherJobModeOption](#53122-clotheswasherjobmodeoption) |extRe | +|fakeStatus |[billDeposit](#531108-billdeposit) |fakSs | |fat |[bioElectricalImpedanceAnalysis](#53113-bioelectricalimpedanceanalysis) |fat | |fatFreeMass |[bodyCompositionAnalyser](#53114-bodycompositionanalyser) |faFMs | |filterLifetime |[filterInfo](#53135-filterinfo) |filLe | -- GitLab