org.universAAL.lddi.knx.groupdevicecategory
Interface IKnxDpt5

Package class diagram package IKnxDpt5
All Known Implementing Classes:
KnxDpt5GroupDevice, KnxDpt5Instance

public interface IKnxDpt5

Base GroupDeviceCategory for KNX datapoint type U8 (8-Bit Unsigned Value). Possible values are from 0 - 255. In general GroupDeviceCategories specify: - rules and interfaces needed for the communication between OSGi groupDevice service and driver service. Both of them (groupDevice and driver) implement this IF. - a set of service registration properties, their data types and semantics (mandatory or optional) - a range of match values

Author:
Thomas Fuxreiter (foex@gmx.at)

Field Summary
static String CLASS
           
static byte DEFAULT_MAX_VALUE
           
static byte DEFAULT_MIN_VALUE
           
static String MANUFACTURER
           
static int MATCH_CLASS
           
static int MATCH_MAKE
           
static int MATCH_MODEL
           
static int MATCH_SERIAL
           
static int MATCH_VERSION
           
static String MODEL
           
static KnxGroupDeviceCategoryUtil.KnxGroupDeviceCategory MY_DEVICE_CATEGORY
           
static float RESOLUTION_5_001
          5.001 - DPT_Scaling From 0 - 100% - This gives a resolution of about 0,4% (100 / 256 = 0,390625) 80h = 50%; FFh = 100%
static float RESOLUTION_5_003
          5.003 - DPT_Angle From 0 - 360°- This gives a resolution of about 1,4° (360 / 256 = 1,40625)
static float RESOLUTION_5_004
          5.004 - DPT_Percent_U8 From 0 - 255% !!
static float RESOLUTION_5_010
          5.010 - DPT_Value_1_Ucount From 0 - 255 - Resolution is 1 //64h = 100 counter pulses; FFh = 255 counter pulses
static String REVISION
           
static String SERIAL
           
 

Field Detail

MY_DEVICE_CATEGORY

static final KnxGroupDeviceCategoryUtil.KnxGroupDeviceCategory MY_DEVICE_CATEGORY

MATCH_SERIAL

static final int MATCH_SERIAL
See Also:
Constant Field Values

MATCH_VERSION

static final int MATCH_VERSION
See Also:
Constant Field Values

MATCH_MODEL

static final int MATCH_MODEL
See Also:
Constant Field Values

MATCH_MAKE

static final int MATCH_MAKE
See Also:
Constant Field Values

MATCH_CLASS

static final int MATCH_CLASS
See Also:
Constant Field Values

CLASS

static final String CLASS
See Also:
Constant Field Values

MODEL

static final String MODEL
See Also:
Constant Field Values

MANUFACTURER

static final String MANUFACTURER
See Also:
Constant Field Values

REVISION

static final String REVISION
See Also:
Constant Field Values

SERIAL

static final String SERIAL
See Also:
Constant Field Values

DEFAULT_MAX_VALUE

static final byte DEFAULT_MAX_VALUE
See Also:
Constant Field Values

DEFAULT_MIN_VALUE

static final byte DEFAULT_MIN_VALUE
See Also:
Constant Field Values

RESOLUTION_5_001

static final float RESOLUTION_5_001
5.001 - DPT_Scaling From 0 - 100% - This gives a resolution of about 0,4% (100 / 256 = 0,390625) 80h = 50%; FFh = 100%

See Also:
Constant Field Values

RESOLUTION_5_003

static final float RESOLUTION_5_003
5.003 - DPT_Angle From 0 - 360°- This gives a resolution of about 1,4° (360 / 256 = 1,40625)

See Also:
Constant Field Values

RESOLUTION_5_004

static final float RESOLUTION_5_004
5.004 - DPT_Percent_U8 From 0 - 255% !! - Resolution is 1 32h = 50%; 64h = 100%; FFh = 255%

See Also:
Constant Field Values

RESOLUTION_5_010

static final float RESOLUTION_5_010
5.010 - DPT_Value_1_Ucount From 0 - 255 - Resolution is 1 //64h = 100 counter pulses; FFh = 255 counter pulses

See Also:
Constant Field Values


Copyright © 2014 universAAL Consortium. All Rights Reserved.