Bluetooth LE Mesh Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
mesh_battery_event_t Struct Reference

Description

Mesh Battery Status Event used to report battery state to the client device.

Data Fields

uint8_t battery_level
 The Generic Battery Level state is a value ranging from 0 percent through 100 percent.
 
uint32_t time_to_discharge
 The remaining time (in minutes) of the discharging process.
 
uint32_t time_to_charge
 The remaining time of the charging process is not known. More...
 
wiced_bt_mesh_battery_presence_t presence
 Generic Battery Flags Presence.
 
wiced_bt_mesh_battery_indicator_t level_inidicator
 Generic Battery Flags Indicator.
 
wiced_bt_mesh_battery_charging_t charging
 Generic Battery Flags Charging.
 
wiced_bt_mesh_battery_servicibility_t servicability
 Generic Battery Flags Serviceability.
 

Field Documentation

◆ time_to_charge

uint32_t mesh_battery_event_t::time_to_charge

The remaining time of the charging process is not known.