Results 153 comments of jabdoa2

Do you have an example which triggers this in LS? I would like to add an unit or integration test for that. Any way to reproduce this would help.

Your fix makes sense in general. Guess this is related to usage of "_overwrite". We could just add your fix but it might break again in the future. To prevent...

I tried to reproduce your issue today but the example seems to work for me. As an example for `mpf test`: ``` event_player: timer_reaper_charging_complete: fire_reapercannon timer_reaper_firing_complete: - flippers_off - restart_reaper|4s...

Example with lights: ``` lights: playfield_insert: # WS2812 _prototype: True type: grb tags: playfield playfield_gi: # WS2811 _prototype: True type: rgb tags: playfield, gi l_my_insert1: number: 0-1 prototype: playfield_insert l_my_gi1:...

Welcome to MPF! Yes this open. Let me know if you have any questions.

Hi Hugh, Yes FAST actually has this. We support firmware upgrades through "mpf hardware upgrade". Here is the relevant FAST entry point: https://github.com/missionpinball/mpf/blob/dev/mpf/platforms/fast/fast.py#L140. We could also do it on start...

Thanks. I recently described the options for integration just the media controller here: https://pinside.com/pinball/forum/topic/mission-pinball-framework-for-animations. Let me know if you have further questions.

Commands for this have been added in the latest firmware. Waiting for programming reference.