Generic Power Level Client
The Generic Power Level Client model remotely controls the state of a Generic Power Level Server model.
Unlike the Generic Power Level Server model, the Generic Power Level Client only creates a single model instance in the mesh composition data. The Generic Power Level Client may send messages to both the Generic Power Level Server and the Generic Power Level Setup Server, as long as it has the right application keys.
Extended models
None.
Persistent storage
None.
Shell commands
The Bluetooth Mesh shell subsystem provides a set of commands to interact with the Generic Power Level Client model instantiated on a device.
To make these commands available, enable the following Kconfig options:
- mesh models plvl instance get-all
Print all instances of the Generic Power Level Client model on the device.
- mesh models plvl instance set <ElemIdx>
Select the Generic Power Level Client model instantiated on the specified element ID. This instance will be used in message sending. If no model instance is selected, the first model instance found on the device will be used by default.
ElemIdx
- Element index where the model instance is found.
- mesh models plvl get
Get the Power Level of the bound server.
- mesh models plvl set <Lvl> [TransTime(ms) [Delay(ms)]]
Set the Power Level of the server and wait for a response.
Lvl
- Power Level value to set.TransTime
- If present, defines the transition time in the message in milliseconds.Delay
- If present, defines the delay in the message in milliseconds.
- mesh models plvl set-unack <Lvl> [TransTime(ms) [Delay(ms)]]
Set the Power Level of the server without requesting a response.
Lvl
- Power Level value to set.TransTime
- If present, defines the transition time in the message in milliseconds.Delay
- If present, defines the delay in the message in milliseconds.
- mesh models plvl range-get
Get the Power Range of the bound server.
- mesh models plvl range-set <Min> <Max>
Set the Power Range state value and wait for a response.
Min
- Minimum allowed Power Level.Max
- Maximum allowed Power Level.
- mesh models plvl range-set-unack <Min> <Max>
Set the Generic Power Range state value without requesting a response.
Min
- Minimum allowed Power Level.Max
- Maximum allowed Power Level.
- mesh models plvl default-get
Get the Default Power state of the bound server.
- mesh models plvl default-set <Lvl>
Set the Default Power state of the server and wait for a response.
Lvl
- Default Power value to set.
- mesh models plvl default-set-unack <Lvl>
Set the Default Power state of the server without requesting a response.
Lvl
- Default Power value to set.
- mesh models plvl last-get
Get the last non-zero Power Level of the bound server.
API documentation
include/bluetooth/mesh/gen_plvl_cli.h
subsys/bluetooth/mesh/gen_plvl_cli.c