
Macros | |
| #define | GBOSS_CMD_LOCK_DOOR(device_config, tx_cfg) gboss_payloadless_cmd(GBOSS_APP_CMD_ID_LOCK_DOOR, (device_config), (tx_cfg)) |
| GPD command Lock Door from cluster ID Door Lock. More... | |
| #define | GBOSS_CMD_UNLOCK_DOOR(device_config, tx_cfg) gboss_payloadless_cmd(GBOSS_APP_CMD_ID_UNLOCK_DOOR, (device_config), (tx_cfg)) |
| GPD command Unlock Door from cluster ID Door Lock. More... | |
| #define GBOSS_CMD_LOCK_DOOR | ( | device_config, | |
| tx_cfg | |||
| ) | gboss_payloadless_cmd(GBOSS_APP_CMD_ID_LOCK_DOOR, (device_config), (tx_cfg)) |
GPD command Lock Door from cluster ID Door Lock.
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_UNLOCK_DOOR | ( | device_config, | |
| tx_cfg | |||
| ) | gboss_payloadless_cmd(GBOSS_APP_CMD_ID_UNLOCK_DOOR, (device_config), (tx_cfg)) |
GPD command Unlock Door from cluster ID Door Lock.
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 |