app_light_ctl_temperature_duv_hw_state_t

nRF5 SDK for Mesh v5.0.0

Light CTL hardware state format for transfer of temperature and delta UV between the mid app and top app (main.c) More...

#include <app_light_ctl.h>

Data Fields

uint32_t temperature32
 Temperature32 value.
 
uint16_t delta_uv
 Delta UV value.
 

Detailed Description

Light CTL hardware state format for transfer of temperature and delta UV between the mid app and top app (main.c)

Definition at line 97 of file app_light_ctl.h.