LED params sub-structure. Part of LED command. See struct osdp_cmd_led. 
- Parameters
 - 
  
    | control_code | One of the following: Temporary Control Code: 0 - NOP - do not alter this LED's temporary settings 1 - Cancel any temporary operation and display this LED's permanent state immediately 2 - Set the temporary state as given and start timer immediately Permanent Control Code: 0 - NOP - do not alter this LED's permanent settings 1 - Set the permanent state as given  | 
    | on_count | The ON duration of the flash, in units of 100 ms  | 
    | off_count | The OFF duration of the flash, in units of 100 ms  | 
    | on_color | Color to set during the ON timer (enum osdp_led_color_e)  | 
    | off_color | Color to set during the OFF timer (enum osdp_led_color_e)  | 
    | timer_count | Time in units of 100 ms (only for temporary mode)  |