IR_remote_MQTT_MATLAB

Project progress report on 11/11/2022

Implement assign code task function

Create dictionary with code is key and task is value. Then, when we want to assign new code for task, we can create new key and assign its value to be task that we want. We can check if the code is in dictionary or not with function isKey() in MATLAB.

implement_assign_task-1

implement_assign_task-2

Create the button function

After we create the assign code task function, we will set the button to call those function when pressed.

  1. Save code button for saving the code that we recieved to the dropdown
    Save_Button

  2. Remove code button for removing the code from the dropdown
    Remove_code

  3. Save task button for saving the code to a specific task
    Save_task_Button

  4. Remove task button for removing the code from the task
    Remove_task_Button