#include <include/bluetooth/mesh/lightness_cli.h>
Set the Default Light state in the server without requesting a response.
- Parameters
-
[in] | cli | Client model to send on. |
[in] | ctx | Message context, or NULL to use the configured publish parameters. |
[in] | default_light | New Default Light value to set. |
- Return values
-
0 | Successfully sent the message. |
-EALREADY | A blocking request is already in progress. |
-EADDRNOTAVAIL | A message context was not provided and publishing is not configured. |
-EAGAIN | The device has not been provisioned. |
-ETIMEDOUT | The request timed out without a response. |