
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... | |
| #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.
| device_config | Describes main configuration constants of a GP device |
| tx_cfg | TX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions. |
| scene_n | Selection of scene, from 0 to 7 |
| #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.
| device_config | Describes main configuration constants of a GP device |
| tx_cfg | TX configuration outlining how a transmission should proceed concerning the channels to be used and the number of repetitions. |
| scene_n | Selection of scene, from 0 to 7 |