From b4afa34554827e313c6b53b130ae81af7c05584d Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@gmail.com> Date: Wed, 5 Feb 2025 15:15:25 +0100 Subject: [PATCH] Adding short names for cashDispenser MC --- ...ormation_Model_and_Mapping_for_Vertical_Industries.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 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..2ae87f5 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 @@ -2332,9 +2332,6 @@ This ModuleClass provides the capability to deposit coins, indicates the balance #### 5.3.1.111 cashDispenser This ModuleClass provides the capability to withdraw designated amount of cash or returns all the deposited bills and coins by the [billDeposit](#531108-billdeposit) ModuleClass and [coinDeposit](#531110-coindeposit) ModuleClass. -<mark>Editor note: the following attributes are missing from the short name tables in 6.3</mark> - - **Table 5.3.1.111-1: DataPoints of cashDispenser ModuleClass** |Name |Type |R/W |Optional |Unit |Documentation | @@ -2345,8 +2342,6 @@ This ModuleClass provides the capability to withdraw designated amount of cash o |currency |xs:string |R |true | |The currency is depended on the country that the dispensed bills and coins are used.<br />For example, the unit could be "Dollar" in US, "Euro" in EU and "Won" in Korea. | - - #### 5.3.1.112 cardScanner This ModuleClass provides the capability to scan an image of a card, gets the card information from the image and provides the information. @@ -6130,6 +6125,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 |[cashDispenser](#531111-cashdispenser) |balae | |basalMetabolism |[bodyCompositionAnalyser](#53114-bodycompositionanalyser) |basMm | |bath |[hotWaterSupply](#53146-hotwatersupply) |bath | |batteryThreshold |[battery](#53110-battery) |batTd | @@ -6166,9 +6162,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 |[cashDispenser](#531111-cashdispenser) |count | |country |[dmDeviceInfo](#583-dmdeviceinfo) |couny | |cpuUsage |[dmAgent](#582-dmagent) |cpuUe | |cupsNumber |[brewing](#53116-brewing) |cupNr | +|currency |[cashDispenser](#531111-cashdispenser) |curry | |current |[energyConsumption](#53132-energyconsumption) |currt | |currentAdfState |[autoDocumentFeeder](#5319-autodocumentfeeder) |cuASe | |currentCycleTransmissionErrors |[connectivity](#53125-connectivity) |cCTEs | @@ -6200,6 +6198,7 @@ In protocol bindings resource attributes names for data points of module classes |diastolicPressure |[sphygmomanometer](#53183-sphygmomanometer) |diaPe | |discharging |[battery](#53110-battery) |discg | |dischargingCapacity |[electricVehicleConnector](#53131-electricvehicleconnector) |disCy | +|dispenseStatus |[cashDispenser](#531111-cashdispenser) |disSs | |displayInterval |[galleryMode](#53137-gallerymode) |disIl | |displayOrder |[galleryMode](#53137-gallerymode) |disOr | |displayOrientation |[galleryMode](#53137-gallerymode) |disOn | -- GitLab