Hi,
i'm current working on example light switch, when i use function generic_onoff_client_get(); in client to get status from server, callback function app_generic_onoff_client_status_cb(); response two times. i see in the function generic_onoff_client_get(); had two opcode: OPCODE_GET and OPCODE_STATUS. But in file generic_onoff_client.c only process OPCODE_STATUS via status_handle(); function, i wonder how can i receive response only 1 time.
Thanks you