Scenes Client#

API and Callbacks for the Scenes Cluster Client Component.

Silicon Labs implementation of the Scenes client cluster. The component is only intended to assist with debugging, as the implemented callbacks simply parse responses from the Scenes server and print the results. Before production, this component should be replaced with code that acts on the responses in an appropriate way.

API#

bool
emberAfPluginScenesClientParseAddSceneResponse(const EmberAfClusterCommand *cmd, uint8_t status, uint16_t groupId, uint8_t sceneId)

Add scenes response.

bool
emberAfPluginScenesClientParseViewSceneResponse(const EmberAfClusterCommand *cmd, uint8_t status, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime, const uint8_t *sceneName, const uint8_t *extensionFieldSets)

View scenes response.

API Documentation#

emberAfPluginScenesClientParseAddSceneResponse#

bool emberAfPluginScenesClientParseAddSceneResponse (const EmberAfClusterCommand * cmd, uint8_t status, uint16_t groupId, uint8_t sceneId)

Add scenes response.

Parameters
TypeDirectionArgument NameDescription
const EmberAfClusterCommand *N/Acmd

Cluster command Ver.: always

uint8_tN/Astatus

Ver.: always

uint16_tN/AgroupId

Ver.: always

uint8_tN/AsceneId

Ver.: always

Returns

  • bool true is success


emberAfPluginScenesClientParseViewSceneResponse#

bool emberAfPluginScenesClientParseViewSceneResponse (const EmberAfClusterCommand * cmd, uint8_t status, uint16_t groupId, uint8_t sceneId, uint16_t transitionTime, const uint8_t * sceneName, const uint8_t * extensionFieldSets, bool)

View scenes response.

Parameters
TypeDirectionArgument NameDescription
const EmberAfClusterCommand *N/Acmd

cluster command Ver.: always

uint8_tN/Astatus

Ver.: always

uint16_tN/AgroupId

Ver.: always

uint8_tN/AsceneId

Ver.: always

uint16_tN/AtransitionTime

Ver.: always

const uint8_t *N/AsceneName

Ver.: always

const uint8_t *N/AextensionFieldSets

Ver.: always

N/Abool

true is success