Logo
DSR GreenBOSS  1.1.0
Macros
Scene Сluster Сommands

Macros

#define GBOSS_CMD_RECALL_SCENE(device_config, tx_cfg, scene_n)   gboss_payloadless_cmd(GBOSS_APP_CMD_ID_RECALL_SCENE0 + (scene_n), (device_config), (tx_cfg))
 GPD command Recall Scene N, where N is the selected scene in the range from 0 to 7, specified by Scenes cluster. More...
 
#define GBOSS_CMD_STORE_SCENE(device_config, tx_cfg, scene_n)   gboss_payloadless_cmd(GBOSS_APP_CMD_ID_STORE_SCENE0 + (scene_n), (device_config), (tx_cfg))
 GPD command Store Scene N, where N is the selected scene in the range from 0 to 7, specified by Scenes cluster. More...
 

Detailed Description

Macro Definition Documentation

§ GBOSS_CMD_RECALL_SCENE

#define GBOSS_CMD_RECALL_SCENE (   device_config,
  tx_cfg,
  scene_n 
)    gboss_payloadless_cmd(GBOSS_APP_CMD_ID_RECALL_SCENE0 + (scene_n), (device_config), (tx_cfg))

GPD command Recall Scene N, where N is the selected scene in the range from 0 to 7, specified by Scenes cluster.

Payloadless.

Parameters
device_configDescribes main configuration constants of a GP device
tx_cfgTX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions.
scene_nSelection of scene, from 0 to 7

§ GBOSS_CMD_STORE_SCENE

#define GBOSS_CMD_STORE_SCENE (   device_config,
  tx_cfg,
  scene_n 
)    gboss_payloadless_cmd(GBOSS_APP_CMD_ID_STORE_SCENE0 + (scene_n), (device_config), (tx_cfg))

GPD command Store Scene N, where N is the selected scene in the range from 0 to 7, specified by Scenes cluster.

Payloadless.

Parameters
device_configDescribes main configuration constants of a GP device
tx_cfgTX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions.
scene_nSelection of scene, from 0 to 7