set_light
Control a Bambu printer's light node by setting its mode to on, off, or flashing using the MQTT LED command.
Instructions
Set a Bambu printer light node mode using the printer's MQTT LED command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Hostname or IP of the printer (default: value from env) | |
| mode | Yes | Light mode to apply | |
| light | Yes | Light node to control, for example chamber_light | |
| printer | No | Configured printer ID. Omit to use the default printer or the only configured printer. | |
| bambu_token | No | Access token (default: value from env) | |
| bambu_serial | No | Serial number (default: value from env) |