#include <include/bluetooth/mesh/light_ctl_cli.h>
Set the CTL Temperature state of the server without requesting a response.
- Note
- In order to use this call, the user must ensure that the client instance is set to publish messages to the Light Temperature associated with the target Light CTL server. This server will be located in another element than the Light CTL server.
- Parameters
-
| [in] | cli | Client model to send on. |
| [in] | ctx | Message context, or NULL to use the configured publish parameters. |
| [in] | set | CTL Temperature state to set. |
- Return values
-
| 0 | Successfully sent the message. |
| -EADDRNOTAVAIL | A message context was not provided and publishing is not configured. |
| -EAGAIN | The device has not been provisioned. |