Structure that holds Color Switch CC related data.

Public Attributes#

saves Rx values, including data about supervision.

Color Component ID.

uint8_t

Endpoint that supports colorId.

Actuator data.

void(*

pointer to app callback function that triggers driver changes

Public Attribute Documentation#

rxOpt#

RECEIVE_OPTIONS_TYPE_EX colorComponent_::rxOpt

saves Rx values, including data about supervision.

(Must be first member - required by TSE)


Definition at line 42 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ColorSwitch/inc/CC_ColorSwitch.h

colorId#

EColorComponents colorComponent_::colorId

Color Component ID.


Definition at line 44 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ColorSwitch/inc/CC_ColorSwitch.h

ep#

uint8_t colorComponent_::ep

Endpoint that supports colorId.


Definition at line 45 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ColorSwitch/inc/CC_ColorSwitch.h

obj#

s_Actuator colorComponent_::obj

Actuator data.


Definition at line 46 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ColorSwitch/inc/CC_ColorSwitch.h

cb#

void(* colorComponent_::cb) (struct colorComponent_ *color)

pointer to app callback function that triggers driver changes


Definition at line 47 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ColorSwitch/inc/CC_ColorSwitch.h