light_ctl_temperature_status_msg_pkt_t

nRF5 SDK for Mesh v5.0.0

Message format for the Light CTL Temperature Status message. More...

#include <light_ctl_messages.h>

Data Fields

uint16_t present_temperature
 The present value of the Temperature state.
 
uint16_t present_delta_uv
 The present value of the Delta UV state.
 
uint16_t target_temperature
 The target value of the Temperature state (optional)
 
uint16_t target_delta_uv
 The target value of the Delta UV state (optional)
 
uint8_t remaining_time
 Encoded remaining time.
 

Detailed Description

Message format for the Light CTL Temperature Status message.

Definition at line 153 of file light_ctl_messages.h.