markgergis

Results 3 comments of markgergis

I tried this approach with no luck!! Here is my code ```static void send_toggle_command(intptr_t context) { cmd_data *data = reinterpret_cast(context); if (data) { ESP_LOGI(TAG, "Sending command to cluster %lx, command...

Hi, thanks for the suggestion. However, I was asking about a server-side solution—not for sending commands from a client. My goal is to receive a command (formatted as endpoint_id, cluster_id,...