Device type#

Device type.

Macros#

#define

The generic type of a device.

#define
ZAF_CONFIG_SPECIFIC_TYPE SPECIFIC_TYPE_NOT_USED

The specific type of a device.

Macro Definition Documentation#

ZAF_CONFIG_GENERIC_TYPE#

#define ZAF_CONFIG_GENERIC_TYPE
Value:
0

The generic type of a device.

The generic type of a device. A certain device type requires a generic type, e.g., the Lock device type requires the generic type to be Entry Control. Find more info in the Z-Wave Plus v2 Device Type specification.

Option

Value

AV Control Point

GENERIC_TYPE_AV_CONTROL_POINT

Entry Control

GENERIC_TYPE_ENTRY_CONTROL

Generic Controller

GENERIC_TYPE_GENERIC_CONTROLLER

Meter

GENERIC_TYPE_METER

Repeater End Device

GENERIC_TYPE_REPEATER_SLAVE

Sensor Multilevel

GENERIC_TYPE_SENSOR_MULTILEVEL

Switch Binary

GENERIC_TYPE_SWITCH_BINARY

Switch Multilevel

GENERIC_TYPE_SWITCH_MULTILEVEL

Thermostat

GENERIC_TYPE_THERMOSTAT

Wall Controller

GENERIC_TYPE_WALL_CONTROLLER

Sensor Notification

GENERIC_TYPE_SENSOR_NOTIFICATION


Definition at line 429 of file /mnt/raid/workspaces/ws.5ZeoF8fvV/overlay/gsdk/protocol/z-wave/ZAF/configuration/config/zaf_config.h

ZAF_CONFIG_SPECIFIC_TYPE#

#define ZAF_CONFIG_SPECIFIC_TYPE
Value:
SPECIFIC_TYPE_NOT_USED

The specific type of a device.

The specific type of a device. A certain device type requires a specific type, e.g., the Lock device type requires the specific type to be Door Lock. Find more info in the Z-Wave Plus v2 Device Type specification.

Option

Value

Specific type not used

SPECIFIC_TYPE_NOT_USED

Door Lock

SPECIFIC_TYPE_DOOR_LOCK

Secure Gate

SPECIFIC_TYPE_SECURE_GATE

Secure Barrier (open only)

SPECIFIC_TYPE_SECURE_BARRIER_OPEN_ONLY

Secure Barrier (close only)

SPECIFIC_TYPE_SECURE_BARRIER_CLOSE_ONLY

Color Tunable Binary

SPECIFIC_TYPE_COLOR_TUNABLE_BINARY

Color Tunable Multilevel

SPECIFIC_TYPE_COLOR_TUNABLE_MULTILEVEL

Class A Motor Control

SPECIFIC_TYPE_CLASS_A_MOTOR_CONTROL

Class B Motor Control

SPECIFIC_TYPE_CLASS_B_MOTOR_CONTROL

Class C Motor Control

SPECIFIC_TYPE_CLASS_C_MOTOR_CONTROL

Thermostat General Version 2

SPECIFIC_TYPE_THERMOSTAT_GENERAL_V2

Sound Switch

SPECIFIC_TYPE_SOUND_SWITCH

Secure Keypad

SPECIFIC_TYPE_SECURE_KEYPAD

Routing Sensor Multilevel

SPECIFIC_TYPE_ROUTING_SENSOR_MULTILEVEL

Notification Sensor

SPECIFIC_TYPE_NOTIFICATION_SENSOR

Repeater End Device

SPECIFIC_TYPE_REPEATER_SLAVE

Infrared Repeater

SPECIFIC_TYPE_IR_REPEATER


Definition at line 460 of file /mnt/raid/workspaces/ws.5ZeoF8fvV/overlay/gsdk/protocol/z-wave/ZAF/configuration/config/zaf_config.h