Skip to content

Flasher player

The flasher player is a config player that's used to flash lights.

Usage in config files

In config files, the flasher player is used via the flasher_player: section.

Usage in shows

In shows, the flasher player is used via the flashers: section of a step.

Config Options

See flasher_player: for config details.

Examples

Simple flasher behavior on a switch_active event with default length and color:

flasher_player:
  my_switch_active: my_light

Flasher with customized color and timing:

flasher_player:
  my_second_switch_active:
    my_second_light:
      color: red
      ms: 300ms

Multiple flashers triggered by a single event:

flasher_player:
  my_trigger_event:
    my_double_flasher_light_1:
      color: blue
      ms: 250ms
    my_double_flasher_light_2:
      color: green
      ms: 250ms

Something missing or wrong? You can fix it!

This website is edited by people like you! Is something wrong or missing? Is something out of date, or can you explain it better?

Please help us! You can fix it yourself and be an official "open source" contributor!

It's easy! See our Beginner's guide to editing the docs.

Page navigation via the keyboard: < >

You can navigate this site via the keyboard. There are two modes:

General navigation, when search is not focused:

  • F , S , / : open search dialog
  • P , , : go to previous page
  • N , . : go to next page

While using the search function:

  • Down , Up : select next / previous result
  • Esc , Tab : close search
  • Enter : go to highlighted page in the results