nRF5 SDK for Mesh v4.1.0
Macros
Light LC Server property constants

All the information about the format, units and allowed values of the properties can be found in Section 4.1.3 of Mesh Device Properties, Mesh Device Properties XML and Mesh Characteristics XML. More...

Macros

#define LIGHT_LC_SERVER_NO_PID   (0)
 No Property.
 
#define LIGHT_LC_SERVER_AMBIENT_LUXLEVEL_ON_PID   (0x002B)
 The Light Control Ambient LuxLevel On Property ID.
 
#define LIGHT_LC_SERVER_AMBIENT_LUXLEVEL_PROLONG_PID   (0x002C)
 The Light Control Ambient LuxLevel Prolong Property ID.
 
#define LIGHT_LC_SERVER_AMBIENT_LUXLEVEL_STANDBY_PID   (0x002D)
 The Light Control Ambient LuxLevel Standby Property ID.
 
#define LIGHT_LC_SERVER_LIGHTNESS_ON_PID   (0x002E)
 The Light Control Lightness On Property ID.
 
#define LIGHT_LC_SERVER_LIGHTNESS_PROLONG_PID   (0x002F)
 The Light Control Lightness Prolong Property ID.
 
#define LIGHT_LC_SERVER_LIGHTNESS_STANDBY_PID   (0x0030)
 The Light Control Lightness Standby Property ID.
 
#define LIGHT_LC_SERVER_REGULATOR_ACCURACY_PID   (0x0031)
 The Light Control Regulator Accuracy Property ID.
 
#define LIGHT_LC_SERVER_REGULATOR_KID_PID   (0x0032)
 The Light Control Regulator Kid Property ID.
 
#define LIGHT_LC_SERVER_REGULATOR_KIU_PID   (0x0033)
 The Light Control Regulator Kiu Property ID.
 
#define LIGHT_LC_SERVER_REGULATOR_KPD_PID   (0x0034)
 The Light Control Regulator Kpd Property ID.
 
#define LIGHT_LC_SERVER_REGULATOR_KPU_PID   (0x0035)
 The Light Control Regulator Kpd Property ID.
 
#define LIGHT_LC_SERVER_TIME_FADE_PID   (0x0036)
 The Light Control Time Fade Property ID.
 
#define LIGHT_LC_SERVER_TIME_FADE_ON_PID   (0x0037)
 The Light Control Time Fade On Property ID.
 
#define LIGHT_LC_SERVER_TIME_FADE_STANDBY_AUTO_PID   (0x0038)
 The Light Control Time Fade Standby Auto Property ID.
 
#define LIGHT_LC_SERVER_TIME_FADE_STANDBY_MANUAL_PID   (0x0039)
 The Light Control Time Fade Standby Manual Property ID.
 
#define LIGHT_LC_SERVER_TIME_OCCUPANCY_DELAY_PID   (0x003A)
 The Light Control Time Occupancy Delay Property ID.
 
#define LIGHT_LC_SERVER_TIME_PROLONG_PID   (0x003B)
 The Light Control Time Prolong Property ID.
 
#define LIGHT_LC_SERVER_TIME_RUN_ON_PID   (0x003C)
 The Light Control Time Run On Property ID.
 
#define LIGHT_LC_SERVER_MOTION_SENSED_PID   (0x0042)
 The Motion Sensed Property ID.
 
#define LIGHT_LC_SERVER_PEOPLE_COUNT_PID   (0x004C)
 The People Count Property ID.
 
#define LIGHT_LC_SERVER_PRESENCE_DETECT_PID   (0x004D)
 The Presence Detected Property ID.
 
#define LIGHT_LC_SERVER_TIME_SINCE_MOTION_SENSED_PID   (0x0068)
 The Time Since Motion Sensed Property ID.
 
#define LIGHT_LC_SERVER_PRESENT_AMBIENT_LIGHT_LEVEL_PID   (0x004E)
 The Present Ambient Light Level Property ID.
 
#define LIGHT_LC_SERVER_COEFFICIENT_SIZE   (4)
 Defines size of the Coefficient characteristic.
 
#define LIGHT_LC_SERVER_ILLUMINANCE_24_SIZE   (3)
 Defines size of the illuminance characteristic.
 
#define LIGHT_LC_SERVER_TIME_MILLISECOND_24_SIZE   (3)
 Defines size of the Time Millisecond 24 characteristic.
 
#define LIGHT_LC_SERVER_PERCEIVED_LIGHTNESS_SIZE   (2)
 Defines size of the Perceived Lightness characteristic.
 
#define LIGHT_LC_SERVER_COUNT_16_SIZE   (2)
 Defines size of the Count 16 characteristic.
 
#define LIGHT_LC_SERVER_PERCENTAGE_8_SIZE   (1)
 Defines size of the Percentage 8 characteristic.
 
#define LIGHT_LC_SERVER_BOOLEAN_SIZE   (1)
 Defines size of the Boolean characteristic.
 
#define LIGHT_LC_SERVER_UINT8_SIZE   (1)
 Defines size of uint8_t.
 

Detailed Description

All the information about the format, units and allowed values of the properties can be found in Section 4.1.3 of Mesh Device Properties, Mesh Device Properties XML and Mesh Characteristics XML.


Documentation feedback | Developer Zone | Subscribe | Updated