
Macros | |
| #define | GBOSS_CMD_ON(device_config, tx_cfg) gboss_payloadless_cmd(GBOSS_APP_CMD_ID_ON, (device_config), (tx_cfg)) |
| GPD command On from cluster ID On/Off. More... | |
| #define | GBOSS_CMD_OFF(device_config, tx_cfg) gboss_payloadless_cmd(GBOSS_APP_CMD_ID_OFF, (device_config), (tx_cfg)) |
| GPD command Off from cluster ID On/Off. More... | |
| #define | GBOSS_CMD_TOGGLE(device_config, tx_cfg) gboss_payloadless_cmd(GBOSS_APP_CMD_ID_TOGGLE, (device_config), (tx_cfg)) |
| GPD command Toggle from cluster ID On/Off. More... | |
| #define GBOSS_CMD_ON | ( | device_config, | |
| tx_cfg | |||
| ) | gboss_payloadless_cmd(GBOSS_APP_CMD_ID_ON, (device_config), (tx_cfg)) |
GPD command On from cluster ID On/Off.
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 |
| #define GBOSS_CMD_OFF | ( | device_config, | |
| tx_cfg | |||
| ) | gboss_payloadless_cmd(GBOSS_APP_CMD_ID_OFF, (device_config), (tx_cfg)) |
GPD command Off from cluster ID On/Off.
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. |
| #define GBOSS_CMD_TOGGLE | ( | device_config, | |
| tx_cfg | |||
| ) | gboss_payloadless_cmd(GBOSS_APP_CMD_ID_TOGGLE, (device_config), (tx_cfg)) |
GPD command Toggle from cluster ID On/Off.
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. |