in plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxDatapointType.cs [2517:3581]
public static string Name(this KnxDatapointType value)
{
switch (value)
{
case KnxDatapointType.DPT_UNKNOWN: { /* '0' */
return "Unknown Datapoint Subtype";
}
case KnxDatapointType.BOOL: { /* '1' */
return "BOOL";
}
case KnxDatapointType.UDINT: { /* '10' */
return "UDINT";
}
case KnxDatapointType.DPT_Value_Tempd: { /* '100' */
return "temperature difference (K)";
}
case KnxDatapointType.DPT_Value_Tempa: { /* '101' */
return "kelvin/hour (K/h)";
}
case KnxDatapointType.DPT_Value_Lux: { /* '102' */
return "lux (Lux)";
}
case KnxDatapointType.DPT_Value_Wsp: { /* '103' */
return "speed (m/s)";
}
case KnxDatapointType.DPT_Value_Pres: { /* '104' */
return "pressure (Pa)";
}
case KnxDatapointType.DPT_Value_Humidity: { /* '105' */
return "humidity (%)";
}
case KnxDatapointType.DPT_Value_AirQuality: { /* '106' */
return "parts/million (ppm)";
}
case KnxDatapointType.DPT_Value_AirFlow: { /* '107' */
return "air flow (m³/h)";
}
case KnxDatapointType.DPT_Value_Time1: { /* '108' */
return "time (s)";
}
case KnxDatapointType.DPT_Value_Time2: { /* '109' */
return "time (ms)";
}
case KnxDatapointType.DINT: { /* '11' */
return "DINT";
}
case KnxDatapointType.DPT_Value_Volt: { /* '110' */
return "voltage (mV)";
}
case KnxDatapointType.DPT_Value_Curr: { /* '111' */
return "current (mA)";
}
case KnxDatapointType.DPT_PowerDensity: { /* '112' */
return "power density (W/m²)";
}
case KnxDatapointType.DPT_KelvinPerPercent: { /* '113' */
return "kelvin/percent (K/%)";
}
case KnxDatapointType.DPT_Power: { /* '114' */
return "power (kW)";
}
case KnxDatapointType.DPT_Value_Volume_Flow: { /* '115' */
return "volume flow (l/h)";
}
case KnxDatapointType.DPT_Rain_Amount: { /* '116' */
return "rain amount (l/m²)";
}
case KnxDatapointType.DPT_Value_Temp_F: { /* '117' */
return "temperature (°F)";
}
case KnxDatapointType.DPT_Value_Wsp_kmh: { /* '118' */
return "wind speed (km/h)";
}
case KnxDatapointType.DPT_Value_Absolute_Humidity: { /* '119' */
return "absolute humidity (g/m³)";
}
case KnxDatapointType.ULINT: { /* '12' */
return "ULINT";
}
case KnxDatapointType.DPT_Concentration_ygm3: { /* '120' */
return "concentration (µg/m³)";
}
case KnxDatapointType.DPT_Coefficient: { /* '121' */
return "coefficient";
}
case KnxDatapointType.DPT_TimeOfDay: { /* '122' */
return "time of day";
}
case KnxDatapointType.DPT_Date: { /* '123' */
return "date";
}
case KnxDatapointType.DPT_Value_4_Ucount: { /* '124' */
return "counter pulses (unsigned)";
}
case KnxDatapointType.DPT_LongTimePeriod_Sec: { /* '125' */
return "counter timesec (s)";
}
case KnxDatapointType.DPT_LongTimePeriod_Min: { /* '126' */
return "counter timemin (min)";
}
case KnxDatapointType.DPT_LongTimePeriod_Hrs: { /* '127' */
return "counter timehrs (h)";
}
case KnxDatapointType.DPT_VolumeLiquid_Litre: { /* '128' */
return "volume liquid (l)";
}
case KnxDatapointType.DPT_Volume_m_3: { /* '129' */
return "volume (m³)";
}
case KnxDatapointType.LINT: { /* '13' */
return "LINT";
}
case KnxDatapointType.DPT_Value_4_Count: { /* '130' */
return "counter pulses (signed)";
}
case KnxDatapointType.DPT_FlowRate_m3h: { /* '131' */
return "flow rate (m³/h)";
}
case KnxDatapointType.DPT_ActiveEnergy: { /* '132' */
return "active energy (Wh)";
}
case KnxDatapointType.DPT_ApparentEnergy: { /* '133' */
return "apparent energy (VAh)";
}
case KnxDatapointType.DPT_ReactiveEnergy: { /* '134' */
return "reactive energy (VARh)";
}
case KnxDatapointType.DPT_ActiveEnergy_kWh: { /* '135' */
return "active energy (kWh)";
}
case KnxDatapointType.DPT_ApparentEnergy_kVAh: { /* '136' */
return "apparent energy (kVAh)";
}
case KnxDatapointType.DPT_ReactiveEnergy_kVARh: { /* '137' */
return "reactive energy (kVARh)";
}
case KnxDatapointType.DPT_ActiveEnergy_MWh: { /* '138' */
return "active energy (MWh)";
}
case KnxDatapointType.DPT_LongDeltaTimeSec: { /* '139' */
return "time lag (s)";
}
case KnxDatapointType.REAL: { /* '14' */
return "REAL";
}
case KnxDatapointType.DPT_DeltaVolumeLiquid_Litre: { /* '140' */
return "delta volume liquid (l)";
}
case KnxDatapointType.DPT_DeltaVolume_m_3: { /* '141' */
return "delta volume (m³)";
}
case KnxDatapointType.DPT_Value_Acceleration: { /* '142' */
return "acceleration (m/s²)";
}
case KnxDatapointType.DPT_Value_Acceleration_Angular: { /* '143' */
return "angular acceleration (rad/s²)";
}
case KnxDatapointType.DPT_Value_Activation_Energy: { /* '144' */
return "activation energy (J/mol)";
}
case KnxDatapointType.DPT_Value_Activity: { /* '145' */
return "radioactive activity (1/s)";
}
case KnxDatapointType.DPT_Value_Mol: { /* '146' */
return "amount of substance (mol)";
}
case KnxDatapointType.DPT_Value_Amplitude: { /* '147' */
return "amplitude";
}
case KnxDatapointType.DPT_Value_AngleRad: { /* '148' */
return "angle (radiant)";
}
case KnxDatapointType.DPT_Value_AngleDeg: { /* '149' */
return "angle (degree)";
}
case KnxDatapointType.LREAL: { /* '15' */
return "LREAL";
}
case KnxDatapointType.DPT_Value_Angular_Momentum: { /* '150' */
return "angular momentum (Js)";
}
case KnxDatapointType.DPT_Value_Angular_Velocity: { /* '151' */
return "angular velocity (rad/s)";
}
case KnxDatapointType.DPT_Value_Area: { /* '152' */
return "area (m*m)";
}
case KnxDatapointType.DPT_Value_Capacitance: { /* '153' */
return "capacitance (F)";
}
case KnxDatapointType.DPT_Value_Charge_DensitySurface: { /* '154' */
return "flux density (C/m²)";
}
case KnxDatapointType.DPT_Value_Charge_DensityVolume: { /* '155' */
return "charge density (C/m³)";
}
case KnxDatapointType.DPT_Value_Compressibility: { /* '156' */
return "compressibility (m²/N)";
}
case KnxDatapointType.DPT_Value_Conductance: { /* '157' */
return "conductance (S)";
}
case KnxDatapointType.DPT_Value_Electrical_Conductivity: { /* '158' */
return "conductivity (S/m)";
}
case KnxDatapointType.DPT_Value_Density: { /* '159' */
return "density (kg/m³)";
}
case KnxDatapointType.CHAR: { /* '16' */
return "CHAR";
}
case KnxDatapointType.DPT_Value_Electric_Charge: { /* '160' */
return "electric charge (C)";
}
case KnxDatapointType.DPT_Value_Electric_Current: { /* '161' */
return "electric current (A)";
}
case KnxDatapointType.DPT_Value_Electric_CurrentDensity: { /* '162' */
return "electric current density (A/m²)";
}
case KnxDatapointType.DPT_Value_Electric_DipoleMoment: { /* '163' */
return "electric dipole moment (Cm)";
}
case KnxDatapointType.DPT_Value_Electric_Displacement: { /* '164' */
return "electric displacement (C/m²)";
}
case KnxDatapointType.DPT_Value_Electric_FieldStrength: { /* '165' */
return "electric field strength (V/m)";
}
case KnxDatapointType.DPT_Value_Electric_Flux: { /* '166' */
return "electric flux (C)";
}
case KnxDatapointType.DPT_Value_Electric_FluxDensity: { /* '167' */
return "electric flux density (C/m²)";
}
case KnxDatapointType.DPT_Value_Electric_Polarization: { /* '168' */
return "electric polarization (C/m²)";
}
case KnxDatapointType.DPT_Value_Electric_Potential: { /* '169' */
return "electric potential (V)";
}
case KnxDatapointType.WCHAR: { /* '17' */
return "WCHAR";
}
case KnxDatapointType.DPT_Value_Electric_PotentialDifference: { /* '170' */
return "electric potential difference (V)";
}
case KnxDatapointType.DPT_Value_ElectromagneticMoment: { /* '171' */
return "electromagnetic moment (Am²)";
}
case KnxDatapointType.DPT_Value_Electromotive_Force: { /* '172' */
return "electromotive force (V)";
}
case KnxDatapointType.DPT_Value_Energy: { /* '173' */
return "energy (J)";
}
case KnxDatapointType.DPT_Value_Force: { /* '174' */
return "force (N)";
}
case KnxDatapointType.DPT_Value_Frequency: { /* '175' */
return "frequency (Hz)";
}
case KnxDatapointType.DPT_Value_Angular_Frequency: { /* '176' */
return "angular frequency (rad/s)";
}
case KnxDatapointType.DPT_Value_Heat_Capacity: { /* '177' */
return "heat capacity (J/K)";
}
case KnxDatapointType.DPT_Value_Heat_FlowRate: { /* '178' */
return "heat flow rate (W)";
}
case KnxDatapointType.DPT_Value_Heat_Quantity: { /* '179' */
return "heat quantity";
}
case KnxDatapointType.STRING: { /* '18' */
return "STRING";
}
case KnxDatapointType.DPT_Value_Impedance: { /* '180' */
return "impedance (Ω)";
}
case KnxDatapointType.DPT_Value_Length: { /* '181' */
return "length (m)";
}
case KnxDatapointType.DPT_Value_Light_Quantity: { /* '182' */
return "light quantity (J)";
}
case KnxDatapointType.DPT_Value_Luminance: { /* '183' */
return "luminance (cd/m²)";
}
case KnxDatapointType.DPT_Value_Luminous_Flux: { /* '184' */
return "luminous flux (lm)";
}
case KnxDatapointType.DPT_Value_Luminous_Intensity: { /* '185' */
return "luminous intensity (cd)";
}
case KnxDatapointType.DPT_Value_Magnetic_FieldStrength: { /* '186' */
return "magnetic field strength (A/m)";
}
case KnxDatapointType.DPT_Value_Magnetic_Flux: { /* '187' */
return "magnetic flux (Wb)";
}
case KnxDatapointType.DPT_Value_Magnetic_FluxDensity: { /* '188' */
return "magnetic flux density (T)";
}
case KnxDatapointType.DPT_Value_Magnetic_Moment: { /* '189' */
return "magnetic moment (Am²)";
}
case KnxDatapointType.WSTRING: { /* '19' */
return "WSTRING";
}
case KnxDatapointType.DPT_Value_Magnetic_Polarization: { /* '190' */
return "magnetic polarization (T)";
}
case KnxDatapointType.DPT_Value_Magnetization: { /* '191' */
return "magnetization (A/m)";
}
case KnxDatapointType.DPT_Value_MagnetomotiveForce: { /* '192' */
return "magnetomotive force (A)";
}
case KnxDatapointType.DPT_Value_Mass: { /* '193' */
return "mass (kg)";
}
case KnxDatapointType.DPT_Value_MassFlux: { /* '194' */
return "mass flux (kg/s)";
}
case KnxDatapointType.DPT_Value_Momentum: { /* '195' */
return "momentum (N/s)";
}
case KnxDatapointType.DPT_Value_Phase_AngleRad: { /* '196' */
return "phase angle (rad)";
}
case KnxDatapointType.DPT_Value_Phase_AngleDeg: { /* '197' */
return "phase angle (°)";
}
case KnxDatapointType.DPT_Value_Power: { /* '198' */
return "power (W)";
}
case KnxDatapointType.DPT_Value_Power_Factor: { /* '199' */
return "power factor (cos Φ)";
}
case KnxDatapointType.BYTE: { /* '2' */
return "BYTE";
}
case KnxDatapointType.TIME: { /* '20' */
return "TIME";
}
case KnxDatapointType.DPT_Value_Pressure: { /* '200' */
return "pressure (Pa)";
}
case KnxDatapointType.DPT_Value_Reactance: { /* '201' */
return "reactance (Ω)";
}
case KnxDatapointType.DPT_Value_Resistance: { /* '202' */
return "resistance (Ω)";
}
case KnxDatapointType.DPT_Value_Resistivity: { /* '203' */
return "resistivity (Ωm)";
}
case KnxDatapointType.DPT_Value_SelfInductance: { /* '204' */
return "self inductance (H)";
}
case KnxDatapointType.DPT_Value_SolidAngle: { /* '205' */
return "solid angle (sr)";
}
case KnxDatapointType.DPT_Value_Sound_Intensity: { /* '206' */
return "sound intensity (W/m²)";
}
case KnxDatapointType.DPT_Value_Speed: { /* '207' */
return "speed (m/s)";
}
case KnxDatapointType.DPT_Value_Stress: { /* '208' */
return "stress (Pa)";
}
case KnxDatapointType.DPT_Value_Surface_Tension: { /* '209' */
return "surface tension (N/m)";
}
case KnxDatapointType.LTIME: { /* '21' */
return "LTIME";
}
case KnxDatapointType.DPT_Value_Common_Temperature: { /* '210' */
return "temperature (°C)";
}
case KnxDatapointType.DPT_Value_Absolute_Temperature: { /* '211' */
return "temperature absolute (K)";
}
case KnxDatapointType.DPT_Value_TemperatureDifference: { /* '212' */
return "temperature difference (K)";
}
case KnxDatapointType.DPT_Value_Thermal_Capacity: { /* '213' */
return "thermal capacity (J/K)";
}
case KnxDatapointType.DPT_Value_Thermal_Conductivity: { /* '214' */
return "thermal conductivity (W/mK)";
}
case KnxDatapointType.DPT_Value_ThermoelectricPower: { /* '215' */
return "thermoelectric power (V/K)";
}
case KnxDatapointType.DPT_Value_Time: { /* '216' */
return "time (s)";
}
case KnxDatapointType.DPT_Value_Torque: { /* '217' */
return "torque (Nm)";
}
case KnxDatapointType.DPT_Value_Volume: { /* '218' */
return "volume (m³)";
}
case KnxDatapointType.DPT_Value_Volume_Flux: { /* '219' */
return "volume flux (m³/s)";
}
case KnxDatapointType.DATE: { /* '22' */
return "DATE";
}
case KnxDatapointType.DPT_Value_Weight: { /* '220' */
return "weight (N)";
}
case KnxDatapointType.DPT_Value_Work: { /* '221' */
return "work (J)";
}
case KnxDatapointType.DPT_Value_ApparentPower: { /* '222' */
return "apparent power (VA)";
}
case KnxDatapointType.DPT_Volume_Flux_Meter: { /* '223' */
return "volume flux for meters (m³/h)";
}
case KnxDatapointType.DPT_Volume_Flux_ls: { /* '224' */
return "volume flux for meters (1/ls)";
}
case KnxDatapointType.DPT_Access_Data: { /* '225' */
return "entrance access";
}
case KnxDatapointType.DPT_String_ASCII: { /* '226' */
return "Character String (ASCII)";
}
case KnxDatapointType.DPT_String_8859_1: { /* '227' */
return "Character String (ISO 8859-1)";
}
case KnxDatapointType.DPT_SceneNumber: { /* '228' */
return "scene number";
}
case KnxDatapointType.DPT_SceneControl: { /* '229' */
return "scene control";
}
case KnxDatapointType.TIME_OF_DAY: { /* '23' */
return "TIME_OF_DAY";
}
case KnxDatapointType.DPT_DateTime: { /* '230' */
return "date time";
}
case KnxDatapointType.DPT_SCLOMode: { /* '231' */
return "SCLO mode";
}
case KnxDatapointType.DPT_BuildingMode: { /* '232' */
return "building mode";
}
case KnxDatapointType.DPT_OccMode: { /* '233' */
return "occupied";
}
case KnxDatapointType.DPT_Priority: { /* '234' */
return "priority";
}
case KnxDatapointType.DPT_LightApplicationMode: { /* '235' */
return "light application mode";
}
case KnxDatapointType.DPT_ApplicationArea: { /* '236' */
return "light application area";
}
case KnxDatapointType.DPT_AlarmClassType: { /* '237' */
return "alarm class";
}
case KnxDatapointType.DPT_PSUMode: { /* '238' */
return "PSU mode";
}
case KnxDatapointType.DPT_ErrorClass_System: { /* '239' */
return "system error class";
}
case KnxDatapointType.TOD: { /* '24' */
return "TOD";
}
case KnxDatapointType.DPT_ErrorClass_HVAC: { /* '240' */
return "HVAC error class";
}
case KnxDatapointType.DPT_Time_Delay: { /* '241' */
return "time delay";
}
case KnxDatapointType.DPT_Beaufort_Wind_Force_Scale: { /* '242' */
return "wind force scale (0..12)";
}
case KnxDatapointType.DPT_SensorSelect: { /* '243' */
return "sensor mode";
}
case KnxDatapointType.DPT_ActuatorConnectType: { /* '244' */
return "actuator connect type";
}
case KnxDatapointType.DPT_Cloud_Cover: { /* '245' */
return "cloud cover";
}
case KnxDatapointType.DPT_PowerReturnMode: { /* '246' */
return "power return mode";
}
case KnxDatapointType.DPT_FuelType: { /* '247' */
return "fuel type";
}
case KnxDatapointType.DPT_BurnerType: { /* '248' */
return "burner type";
}
case KnxDatapointType.DPT_HVACMode: { /* '249' */
return "HVAC mode";
}
case KnxDatapointType.DATE_AND_TIME: { /* '25' */
return "DATE_AND_TIME";
}
case KnxDatapointType.DPT_DHWMode: { /* '250' */
return "DHW mode";
}
case KnxDatapointType.DPT_LoadPriority: { /* '251' */
return "load priority";
}
case KnxDatapointType.DPT_HVACContrMode: { /* '252' */
return "HVAC control mode";
}
case KnxDatapointType.DPT_HVACEmergMode: { /* '253' */
return "HVAC emergency mode";
}
case KnxDatapointType.DPT_ChangeoverMode: { /* '254' */
return "changeover mode";
}
case KnxDatapointType.DPT_ValveMode: { /* '255' */
return "valve mode";
}
case KnxDatapointType.DPT_DamperMode: { /* '256' */
return "damper mode";
}
case KnxDatapointType.DPT_HeaterMode: { /* '257' */
return "heater mode";
}
case KnxDatapointType.DPT_FanMode: { /* '258' */
return "fan mode";
}
case KnxDatapointType.DPT_MasterSlaveMode: { /* '259' */
return "master/slave mode";
}
case KnxDatapointType.DT: { /* '26' */
return "DT";
}
case KnxDatapointType.DPT_StatusRoomSetp: { /* '260' */
return "status room setpoint";
}
case KnxDatapointType.DPT_Metering_DeviceType: { /* '261' */
return "metering device type";
}
case KnxDatapointType.DPT_HumDehumMode: { /* '262' */
return "hum dehum mode";
}
case KnxDatapointType.DPT_EnableHCStage: { /* '263' */
return "enable H/C stage";
}
case KnxDatapointType.DPT_ADAType: { /* '264' */
return "ADA type";
}
case KnxDatapointType.DPT_BackupMode: { /* '265' */
return "backup mode";
}
case KnxDatapointType.DPT_StartSynchronization: { /* '266' */
return "start syncronization type";
}
case KnxDatapointType.DPT_Behaviour_Lock_Unlock: { /* '267' */
return "behavior lock/unlock";
}
case KnxDatapointType.DPT_Behaviour_Bus_Power_Up_Down: { /* '268' */
return "behavior bus power up/down";
}
case KnxDatapointType.DPT_DALI_Fade_Time: { /* '269' */
return "dali fade time";
}
case KnxDatapointType.DPT_Switch: { /* '27' */
return "switch";
}
case KnxDatapointType.DPT_BlinkingMode: { /* '270' */
return "blink mode";
}
case KnxDatapointType.DPT_LightControlMode: { /* '271' */
return "light control mode";
}
case KnxDatapointType.DPT_SwitchPBModel: { /* '272' */
return "PB switch mode";
}
case KnxDatapointType.DPT_PBAction: { /* '273' */
return "PB action mode";
}
case KnxDatapointType.DPT_DimmPBModel: { /* '274' */
return "PB dimm mode";
}
case KnxDatapointType.DPT_SwitchOnMode: { /* '275' */
return "switch on mode";
}
case KnxDatapointType.DPT_LoadTypeSet: { /* '276' */
return "load type";
}
case KnxDatapointType.DPT_LoadTypeDetected: { /* '277' */
return "load type detection";
}
case KnxDatapointType.DPT_Converter_Test_Control: { /* '278' */
return "converter test control";
}
case KnxDatapointType.DPT_Converter_Control: { /* '279' */
return "converter control";
}
case KnxDatapointType.DPT_Bool: { /* '28' */
return "boolean";
}
case KnxDatapointType.DPT_SABExcept_Behaviour: { /* '280' */
return "SAB except behavior";
}
case KnxDatapointType.DPT_SABBehaviour_Lock_Unlock: { /* '281' */
return "SAB behavior on lock/unlock";
}
case KnxDatapointType.DPT_SSSBMode: { /* '282' */
return "SSSB mode";
}
case KnxDatapointType.DPT_BlindsControlMode: { /* '283' */
return "blinds control mode";
}
case KnxDatapointType.DPT_CommMode: { /* '284' */
return "communication mode";
}
case KnxDatapointType.DPT_AddInfoTypes: { /* '285' */
return "additional information type";
}
case KnxDatapointType.DPT_RF_ModeSelect: { /* '286' */
return "RF mode selection";
}
case KnxDatapointType.DPT_RF_FilterSelect: { /* '287' */
return "RF filter mode selection";
}
case KnxDatapointType.DPT_StatusGen: { /* '288' */
return "general status";
}
case KnxDatapointType.DPT_Device_Control: { /* '289' */
return "device control";
}
case KnxDatapointType.DPT_Enable: { /* '29' */
return "enable";
}
case KnxDatapointType.DPT_ForceSign: { /* '290' */
return "forcing signal";
}
case KnxDatapointType.DPT_ForceSignCool: { /* '291' */
return "forcing signal cool";
}
case KnxDatapointType.DPT_StatusRHC: { /* '292' */
return "room heating controller status";
}
case KnxDatapointType.DPT_StatusSDHWC: { /* '293' */
return "solar DHW controller status";
}
case KnxDatapointType.DPT_FuelTypeSet: { /* '294' */
return "fuel type set";
}
case KnxDatapointType.DPT_StatusRCC: { /* '295' */
return "room cooling controller status";
}
case KnxDatapointType.DPT_StatusAHU: { /* '296' */
return "ventilation controller status";
}
case KnxDatapointType.DPT_CombinedStatus_RTSM: { /* '297' */
return "combined status RTSM";
}
case KnxDatapointType.DPT_LightActuatorErrorInfo: { /* '298' */
return "lighting actuator error information";
}
case KnxDatapointType.DPT_RF_ModeInfo: { /* '299' */
return "RF communication mode info";
}
case KnxDatapointType.WORD: { /* '3' */
return "WORD";
}
case KnxDatapointType.DPT_Ramp: { /* '30' */
return "ramp";
}
case KnxDatapointType.DPT_RF_FilterInfo: { /* '300' */
return "cEMI server supported RF filtering modes";
}
case KnxDatapointType.DPT_Channel_Activation_8: { /* '301' */
return "channel activation for 8 channels";
}
case KnxDatapointType.DPT_StatusDHWC: { /* '302' */
return "DHW controller status";
}
case KnxDatapointType.DPT_StatusRHCC: { /* '303' */
return "RHCC status";
}
case KnxDatapointType.DPT_CombinedStatus_HVA: { /* '304' */
return "combined status HVA";
}
case KnxDatapointType.DPT_CombinedStatus_RTC: { /* '305' */
return "combined status RTC";
}
case KnxDatapointType.DPT_Media: { /* '306' */
return "media";
}
case KnxDatapointType.DPT_Channel_Activation_16: { /* '307' */
return "channel activation for 16 channels";
}
case KnxDatapointType.DPT_OnOffAction: { /* '308' */
return "on/off action";
}
case KnxDatapointType.DPT_Alarm_Reaction: { /* '309' */
return "alarm reaction";
}
case KnxDatapointType.DPT_Alarm: { /* '31' */
return "alarm";
}
case KnxDatapointType.DPT_UpDown_Action: { /* '310' */
return "up/down action";
}
case KnxDatapointType.DPT_HVAC_PB_Action: { /* '311' */
return "HVAC push button action";
}
case KnxDatapointType.DPT_DoubleNibble: { /* '312' */
return "busy/nak repetitions";
}
case KnxDatapointType.DPT_SceneInfo: { /* '313' */
return "scene information";
}
case KnxDatapointType.DPT_CombinedInfoOnOff: { /* '314' */
return "bit-combined info on/off";
}
case KnxDatapointType.DPT_ActiveEnergy_V64: { /* '315' */
return "active energy (Wh)";
}
case KnxDatapointType.DPT_ApparentEnergy_V64: { /* '316' */
return "apparent energy (VAh)";
}
case KnxDatapointType.DPT_ReactiveEnergy_V64: { /* '317' */
return "reactive energy (VARh)";
}
case KnxDatapointType.DPT_Channel_Activation_24: { /* '318' */
return "activation state 0..23";
}
case KnxDatapointType.DPT_HVACModeNext: { /* '319' */
return "time delay & HVAC mode";
}
case KnxDatapointType.DPT_BinaryValue: { /* '32' */
return "binary value";
}
case KnxDatapointType.DPT_DHWModeNext: { /* '320' */
return "time delay & DHW mode";
}
case KnxDatapointType.DPT_OccModeNext: { /* '321' */
return "time delay & occupancy mode";
}
case KnxDatapointType.DPT_BuildingModeNext: { /* '322' */
return "time delay & building mode";
}
case KnxDatapointType.DPT_StatusLightingActuator: { /* '323' */
return "Status Lighting Actuator";
}
case KnxDatapointType.DPT_Version: { /* '324' */
return "DPT version";
}
case KnxDatapointType.DPT_AlarmInfo: { /* '325' */
return "alarm info";
}
case KnxDatapointType.DPT_TempRoomSetpSetF16_3: { /* '326' */
return "room temperature setpoint";
}
case KnxDatapointType.DPT_TempRoomSetpSetShiftF16_3: { /* '327' */
return "room temperature setpoint shift";
}
case KnxDatapointType.DPT_Scaling_Speed: { /* '328' */
return "scaling speed";
}
case KnxDatapointType.DPT_Scaling_Step_Time: { /* '329' */
return "scaling step time";
}
case KnxDatapointType.DPT_Step: { /* '33' */
return "step";
}
case KnxDatapointType.DPT_MeteringValue: { /* '330' */
return "metering value (value,encoding,cmd)";
}
case KnxDatapointType.DPT_MBus_Address: { /* '331' */
return "MBus address";
}
case KnxDatapointType.DPT_Colour_RGB: { /* '332' */
return "RGB value 3x(0..255)";
}
case KnxDatapointType.DPT_LanguageCodeAlpha2_ASCII: { /* '333' */
return "language code (ASCII)";
}
case KnxDatapointType.DPT_Tariff_ActiveEnergy: { /* '334' */
return "electrical energy with tariff";
}
case KnxDatapointType.DPT_Prioritised_Mode_Control: { /* '335' */
return "priority control";
}
case KnxDatapointType.DPT_DALI_Control_Gear_Diagnostic: { /* '336' */
return "diagnostic value";
}
case KnxDatapointType.DPT_DALI_Diagnostics: { /* '337' */
return "diagnostic value";
}
case KnxDatapointType.DPT_CombinedPosition: { /* '338' */
return "combined position";
}
case KnxDatapointType.DPT_StatusSAB: { /* '339' */
return "status sunblind & shutter actuator";
}
case KnxDatapointType.DPT_UpDown: { /* '34' */
return "up/down";
}
case KnxDatapointType.DPT_Colour_xyY: { /* '340' */
return "colour xyY";
}
case KnxDatapointType.DPT_Converter_Status: { /* '341' */
return "DALI converter status";
}
case KnxDatapointType.DPT_Converter_Test_Result: { /* '342' */
return "DALI converter test result";
}
case KnxDatapointType.DPT_Battery_Info: { /* '343' */
return "Battery Information";
}
case KnxDatapointType.DPT_Brightness_Colour_Temperature_Transition: { /* '344' */
return "brightness colour temperature transition";
}
case KnxDatapointType.DPT_Brightness_Colour_Temperature_Control: { /* '345' */
return "brightness colour temperature control";
}
case KnxDatapointType.DPT_Colour_RGBW: { /* '346' */
return "RGBW value 4x(0..100%)";
}
case KnxDatapointType.DPT_Relative_Control_RGBW: { /* '347' */
return "RGBW relative control";
}
case KnxDatapointType.DPT_Relative_Control_RGB: { /* '348' */
return "RGB relative control";
}
case KnxDatapointType.DPT_GeographicalLocation: { /* '349' */
return "geographical location (longitude and latitude) expressed in degrees";
}
case KnxDatapointType.DPT_OpenClose: { /* '35' */
return "open/close";
}
case KnxDatapointType.DPT_TempRoomSetpSetF16_4: { /* '350' */
return "Temperature setpoint setting for 4 HVAC Modes";
}
case KnxDatapointType.DPT_TempRoomSetpSetShiftF16_4: { /* '351' */
return "Temperature setpoint shift setting for 4 HVAC Modes";
}
case KnxDatapointType.DPT_Start: { /* '36' */
return "start/stop";
}
case KnxDatapointType.DPT_State: { /* '37' */
return "state";
}
case KnxDatapointType.DPT_Invert: { /* '38' */
return "invert";
}
case KnxDatapointType.DPT_DimSendStyle: { /* '39' */
return "dim send style";
}
case KnxDatapointType.DWORD: { /* '4' */
return "DWORD";
}
case KnxDatapointType.DPT_InputSource: { /* '40' */
return "input source";
}
case KnxDatapointType.DPT_Reset: { /* '41' */
return "reset";
}
case KnxDatapointType.DPT_Ack: { /* '42' */
return "acknowledge";
}
case KnxDatapointType.DPT_Trigger: { /* '43' */
return "trigger";
}
case KnxDatapointType.DPT_Occupancy: { /* '44' */
return "occupancy";
}
case KnxDatapointType.DPT_Window_Door: { /* '45' */
return "window/door";
}
case KnxDatapointType.DPT_LogicalFunction: { /* '46' */
return "logical function";
}
case KnxDatapointType.DPT_Scene_AB: { /* '47' */
return "scene";
}
case KnxDatapointType.DPT_ShutterBlinds_Mode: { /* '48' */
return "shutter/blinds mode";
}
case KnxDatapointType.DPT_DayNight: { /* '49' */
return "day/night";
}
case KnxDatapointType.LWORD: { /* '5' */
return "LWORD";
}
case KnxDatapointType.DPT_Heat_Cool: { /* '50' */
return "cooling/heating";
}
case KnxDatapointType.DPT_Switch_Control: { /* '51' */
return "switch control";
}
case KnxDatapointType.DPT_Bool_Control: { /* '52' */
return "boolean control";
}
case KnxDatapointType.DPT_Enable_Control: { /* '53' */
return "enable control";
}
case KnxDatapointType.DPT_Ramp_Control: { /* '54' */
return "ramp control";
}
case KnxDatapointType.DPT_Alarm_Control: { /* '55' */
return "alarm control";
}
case KnxDatapointType.DPT_BinaryValue_Control: { /* '56' */
return "binary value control";
}
case KnxDatapointType.DPT_Step_Control: { /* '57' */
return "step control";
}
case KnxDatapointType.DPT_Direction1_Control: { /* '58' */
return "direction control 1";
}
case KnxDatapointType.DPT_Direction2_Control: { /* '59' */
return "direction control 2";
}
case KnxDatapointType.USINT: { /* '6' */
return "USINT";
}
case KnxDatapointType.DPT_Start_Control: { /* '60' */
return "start control";
}
case KnxDatapointType.DPT_State_Control: { /* '61' */
return "state control";
}
case KnxDatapointType.DPT_Invert_Control: { /* '62' */
return "invert control";
}
case KnxDatapointType.DPT_Control_Dimming: { /* '63' */
return "dimming control";
}
case KnxDatapointType.DPT_Control_Blinds: { /* '64' */
return "blind control";
}
case KnxDatapointType.DPT_Char_ASCII: { /* '65' */
return "character (ASCII)";
}
case KnxDatapointType.DPT_Char_8859_1: { /* '66' */
return "character (ISO 8859-1)";
}
case KnxDatapointType.DPT_Scaling: { /* '67' */
return "percentage (0..100%)";
}
case KnxDatapointType.DPT_Angle: { /* '68' */
return "angle (degrees)";
}
case KnxDatapointType.DPT_Percent_U8: { /* '69' */
return "percentage (0..255%)";
}
case KnxDatapointType.SINT: { /* '7' */
return "SINT";
}
case KnxDatapointType.DPT_DecimalFactor: { /* '70' */
return "ratio (0..255)";
}
case KnxDatapointType.DPT_Tariff: { /* '71' */
return "tariff (0..255)";
}
case KnxDatapointType.DPT_Value_1_Ucount: { /* '72' */
return "counter pulses (0..255)";
}
case KnxDatapointType.DPT_FanStage: { /* '73' */
return "fan stage (0..255)";
}
case KnxDatapointType.DPT_Percent_V8: { /* '74' */
return "percentage (-128..127%)";
}
case KnxDatapointType.DPT_Value_1_Count: { /* '75' */
return "counter pulses (-128..127)";
}
case KnxDatapointType.DPT_Status_Mode3: { /* '76' */
return "status with mode";
}
case KnxDatapointType.DPT_Value_2_Ucount: { /* '77' */
return "pulses";
}
case KnxDatapointType.DPT_TimePeriodMsec: { /* '78' */
return "time (ms)";
}
case KnxDatapointType.DPT_TimePeriod10Msec: { /* '79' */
return "time (10 ms)";
}
case KnxDatapointType.UINT: { /* '8' */
return "UINT";
}
case KnxDatapointType.DPT_TimePeriod100Msec: { /* '80' */
return "time (100 ms)";
}
case KnxDatapointType.DPT_TimePeriodSec: { /* '81' */
return "time (s)";
}
case KnxDatapointType.DPT_TimePeriodMin: { /* '82' */
return "time (min)";
}
case KnxDatapointType.DPT_TimePeriodHrs: { /* '83' */
return "time (h)";
}
case KnxDatapointType.DPT_PropDataType: { /* '84' */
return "property data type";
}
case KnxDatapointType.DPT_Length_mm: { /* '85' */
return "length (mm)";
}
case KnxDatapointType.DPT_UElCurrentmA: { /* '86' */
return "current (mA)";
}
case KnxDatapointType.DPT_Brightness: { /* '87' */
return "brightness (lux)";
}
case KnxDatapointType.DPT_Absolute_Colour_Temperature: { /* '88' */
return "absolute colour temperature (K)";
}
case KnxDatapointType.DPT_Value_2_Count: { /* '89' */
return "pulses difference";
}
case KnxDatapointType.INT: { /* '9' */
return "INT";
}
case KnxDatapointType.DPT_DeltaTimeMsec: { /* '90' */
return "time lag (ms)";
}
case KnxDatapointType.DPT_DeltaTime10Msec: { /* '91' */
return "time lag(10 ms)";
}
case KnxDatapointType.DPT_DeltaTime100Msec: { /* '92' */
return "time lag (100 ms)";
}
case KnxDatapointType.DPT_DeltaTimeSec: { /* '93' */
return "time lag (s)";
}
case KnxDatapointType.DPT_DeltaTimeMin: { /* '94' */
return "time lag (min)";
}
case KnxDatapointType.DPT_DeltaTimeHrs: { /* '95' */
return "time lag (h)";
}
case KnxDatapointType.DPT_Percent_V16: { /* '96' */
return "percentage difference (%)";
}
case KnxDatapointType.DPT_Rotation_Angle: { /* '97' */
return "rotation angle (°)";
}
case KnxDatapointType.DPT_Length_m: { /* '98' */
return "length (m)";
}
case KnxDatapointType.DPT_Value_Temp: { /* '99' */
return "temperature (°C)";
}
default: {
return null;
}
}
}