|  Developer
Updated on May 6, 2022

hub.led.set

  • Performs emotion LED effect on the hub ( if supported ). Works from both connection types and .
Edit
Field Type Required Description
effect string + Possible values: , , ,
command string Possible values: or
Edit
Click here to add content.
Edit
Edit
				
					{
    "method": "hub.led.set",
    "id": "_ID_",
    "params": {
        "serial": "<hub_serial>",
        "effect": "<effect_name>"
    }
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "_ID_",
    "result": {}
}