org.universAAL.lddi.knx.groupdevicecategory
Interface IKnxDpt3

Package class diagram package IKnxDpt3
All Known Implementing Classes:
KnxDpt3GroupDevice, KnxDpt3Instance

public interface IKnxDpt3

Base GroupDeviceCategory for KNX datapoint type B1U3 (4-Bit). Possible values are Bit 4: c = {0,1} (Decrease, Increase). Bit 1-3: StepCode = {000b ... 111b} (The amount of intervals into which the range of 0 % - 100 % is subdivided, or the break indication) 001b ... 111b: Step Number of intervals = 2^(stepcode-1) Maximum resolution is 64 = 2^(7-1) 000b: Break 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 String DECREASE_3_007
           
static String DOWN_3_008
           
static String INCREASE_3_007
          3.007 - DPT_Control_Dimming
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 String REVISION
           
static String SERIAL
           
static String STEPCODE_BREAK
           
static String UP_3_008
          3.008 - DPT_Control_Blinds This DPT can be used both for the relative positioning of the vertical blinds positions as well as for the relative positioning of the angle of the slats.
 

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

STEPCODE_BREAK

static final String STEPCODE_BREAK
See Also:
Constant Field Values

INCREASE_3_007

static final String INCREASE_3_007
3.007 - DPT_Control_Dimming

See Also:
Constant Field Values

DECREASE_3_007

static final String DECREASE_3_007
See Also:
Constant Field Values

UP_3_008

static final String UP_3_008
3.008 - DPT_Control_Blinds This DPT can be used both for the relative positioning of the vertical blinds positions as well as for the relative positioning of the angle of the slats.

See Also:
Constant Field Values

DOWN_3_008

static final String DOWN_3_008
See Also:
Constant Field Values


Copyright © 2014 universAAL Consortium. All Rights Reserved.