Reread LED Configuration
Once the RGB LED configuration has been changed, this command signals the device's access software that the LED configuration must be reread.
POST /led_rgb_refresh.fcgi
Parameters
- This request has no parameters.
Response
- This request has no response.
Request Example
Signals the access firmware to reread the RGB LED configuration:
$.ajax({
url: "/led_rgb_refresh.fcgi?session=" + session,
type: 'POST',
contentType: 'application/json'
});